/**
 * UVU Review Theme - Self-Hosted Fonts
 *
 * Montserrat font family
 * Replace with actual font files when available
 *
 * @package UVU_Review
 * @since 1.0.0
 */

/* IMPORTANT: Using Montserrat variable font for optimal performance
   Variable font includes all weights (100-900) in a single file
   This reduces HTTP requests and improves load times
*/

/* Montserrat Variable Font - All weights in one file */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Montserrat Italic Variable Font */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/Montserrat-Italic[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Raleway (if needed) - Uncomment if you decide to use it */
/*
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-regular.woff2') format('woff2'),
         url('../fonts/raleway/raleway-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/
