/* ==========================================================================
   Our Cadre - Font Face Declarations
   ========================================================================== */

/* --------------------------------------------------------------------------
   Noto Sans (Latin - English)
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-sans/NotoSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/noto-sans/NotoSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/noto-sans/NotoSans-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/noto-sans/NotoSans-Bold.woff2') format('woff2');
}

/* --------------------------------------------------------------------------
   Noto Sans Telugu
   -------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-sans-telugu/NotoSansTelugu-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/noto-sans-telugu/NotoSansTelugu-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/noto-sans-telugu/NotoSansTelugu-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Sans Telugu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/noto-sans-telugu/NotoSansTelugu-Bold.woff2') format('woff2');
}

/* --------------------------------------------------------------------------
   Global Font Stack
   -------------------------------------------------------------------------- */
body {
    font-family: 'Noto Sans', 'Noto Sans Telugu', -apple-system, BlinkMacSystemFont, sans-serif;
}
