/* ==========================================
   TAI HERITAGE PRO FONT FAMILY
   ========================================== */

@font-face {
    font-family: "TaiHeritagePro";
    src: url("../fonts/TaiHeritagePro-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "TaiHeritagePro";
    src: url("../fonts/TaiHeritagePro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   SHARP SANS FONT FAMILY
   ========================================== */

/* Thin */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Thin Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Light Italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Medium Italic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* SemiBold */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Semibold Italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Bold Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ExtraBold */
@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans Extrabold.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sharp Sans";
    src: url("../fonts/Sharp Sans ExtraBold Italic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}