/* Open Sans — self-hosted to comply with SRI (Subresource Integrity) requirements.
   Font files served from /themes/modez/fonts/open-sans/ directory.
   Original source: Google Fonts (fonts.googleapis.com/css?family=Open+Sans:300,600) */

/* Light 300 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/open-sans/open-sans-v40-latin-300.woff2') format('woff2');
}

/* SemiBold 600 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans/open-sans-v40-latin-600.woff2') format('woff2');
}
