@import url("customfonts.css");

/* 
 * By default, this file loads the Roboto font from Google Fonts.
 * If the customer blocks Google domains or prefers to use fonts internally:
 *   - Comment out the Google Fonts import line below.
 *   - Uncomment the local font import line to load fonts from the internal server.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* @import url("localgooglefonts.css"); */

@import url("theme-styles.css");

