/* ============================================================
   fonts.css = Local Font Definitions
   Online Shia Quran Academy
   ============================================================ */

/* Inter Variable Font */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/InterVariable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

/* Playfair Display */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/Playfair.woff2') format('woff2');
    font-weight: 400 800;
    font-display: swap;
    font-style: normal;
}

/* Al Majeed Quranic (Arabic) */
@font-face {
    font-family: 'Al Majeed Quranic';
    src: url('../fonts/Al Majeed Quranic.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}
