/* Self-hosted Google Fonts.
   Both families are variable fonts, so one file covers every weight used.
   The -ext face carries only the rupee sign (U+20B9). */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url(../fonts/OpenSans-latin.woff2) format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+2013, U+2014, U+2018, U+2019, U+201C, U+201D, U+2026, U+203A, U+20AC, U+2122;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url(../fonts/OpenSans-latin-ext.woff2) format('woff2');
    unicode-range: U+20B9;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/Lora-latin.woff2) format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+2013, U+2014, U+2018, U+2019, U+201C, U+201D, U+2026, U+203A, U+20AC, U+2122;
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/Lora-latin-ext.woff2) format('woff2');
    unicode-range: U+20B9;
}
