/* ====================================
 * |      Matter - Primary font       |
 * ==================================== */
@font-face {
    font-family: Matter;
    src: local(Matter-Regular),
         url("../fonts/Matter-Regular.woff2") format("woff2"),
         url("../fonts/Matter-Regular.woff") format("woff"),
         url("../fonts/Matter-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Matter;
    src: local(Matter-RegularItalic),
         url("../fonts/Matter-RegularItalic.woff2") format("woff2"),
         url("../fonts/Matter-RegularItalic.woff") format("woff"),
         url("../fonts/Matter-RegularItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Matter;
    src: local(Matter-Medium),
         url("../fonts/Matter-Medium.woff2") format("woff2"),
         url("../fonts/Matter-Medium.woff") format("woff"),
         url("../fonts/Matter-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Matter;
    src: local(Matter-MediumItalic),
         url("../fonts/Matter-MediumItalic.woff2") format("woff2"),
         url("../fonts/Matter-MediumItalic.woff") format("woff"),
         url("../fonts/Matter-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Matter;
    src: local(Matter-SemiBold),
         url("../fonts/Matter-SemiBold.woff2") format("woff2"),
         url("../fonts/Matter-SemiBold.woff") format("woff"),
         url("../fonts/Matter-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Matter;
    src: local(Matter-SemiBoldItalic),
         url("../fonts/Matter-SemiBoldItalic.woff2") format("woff2"),
         url("../fonts/Matter-SemiBoldItalic.woff") format("woff"),
         url("../fonts/Matter-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* ====================================
 * |      Inter - Fallback font       |
 * ==================================== */
@font-face {
    font-family: Inter;
    src: local(Inter-Regular),
         url("../fonts/Inter-Regular.woff2") format("woff2"),
         url(https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local(Inter-Medium),
         url("../fonts/Inter-Medium.woff2") format("woff2"),
         url(https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local(Inter-SemiBold),
         url("../fonts/Inter-SemiBold.woff2") format("woff2"),
         url(https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Inter;
    src: local(Inter-Bold),
         url("../fonts/Inter-Bold.woff2") format("woff2"),
         url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nirmala UI";
    src: local(NirmalaUI-Regular),
         url("../fonts/NirmalaUI-Regular.woff2") format("woff2"),
         url("../fonts/NirmalaUI-Regular.woff") format("woff"),
         url("../fonts/NirmalaUI-Regular.ttf") format("truetype");
    font-weight: Normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nirmala UI";
    src: local(NirmalaUI-Bold),
         url("../fonts/NirmalaUI-Bold.woff2") format("woff2"),
         url("../fonts/NirmalaUI-Bold.woff") format("woff"),
         url("../fonts/NirmalaUI-Bold.ttf") format("truetype");
    font-weight: Bold;
    font-style: normal;
    font-display: swap;
}