﻿/* =========================================
   Saira Font Family
   Location: /fonts/saira/
   ========================================= */

/* =========================
   Saira – Regular
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Saira – SemiBold
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Saira – Bold
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Saira – Black
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Saira – Bold Italic
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Saira – Black Italic
   ========================= */
@font-face {
    font-family: "Saira";
    src: url("/fonts/saira/Saira-BlackItalic.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}


/* =========================================
   Saira Condensed Family
   ========================================= */

/* Condensed – Bold */
@font-face {
    font-family: "Saira Condensed";
    src: url("/fonts/saira/Saira_Condensed-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Condensed – Bold Italic */
@font-face {
    font-family: "Saira Condensed";
    src: url("/fonts/saira/Saira_Condensed-BoldItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Condensed – Black */
@font-face {
    font-family: "Saira Condensed";
    src: url("/fonts/saira/Saira_Condensed-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Condensed – Black Italic */
@font-face {
    font-family: "Saira Condensed";
    src: url("/fonts/saira/Saira_Condensed-BlackItalic.woff2") format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
