/* ============================================================
   LumoX - Self-hosted Web Fonts
   ------------------------------------------------------------
   Inter      (c) The Inter Project Authors  - SIL OFL 1.1
              https://github.com/rsms/inter
   Vazirmatn  (c) The Vazirmatn Project Authors - SIL OFL 1.1
              https://github.com/rastikerdar/vazirmatn
   ============================================================ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/InterVariable.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/InterVariable-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Variable.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFF,
                   U+200C-200F, U+2010-2011, U+204F, U+2E41;
}
