
/* Outfit - Thin */
@font-face {
    font-family: "Outfit Thin";
    src: url("../fonts/outfit/Outfit-Thin.ttf") format("truetype");
    font-weight: 100;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Extra Light */
@font-face {
    font-family: "Outfit Extra Light";
    src: url("../fonts/outfit/Outfit-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Light */
@font-face {
    font-family: "Outfit Light";
    src: url("../fonts/outfit/Outfit-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Regular */
@font-face {
    font-family: "Outfit Regular";
    src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Medium */
@font-face {
    font-family: "Outfit Medium";
    src: url("../fonts/outfit/Outfit-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Semi Bold */
@font-face {
    font-family: "Outfit Semi Bold";
    src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Bold */
@font-face {
    font-family: "Outfit Bold";
    src: url("../fonts/outfit/Outfit-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Extra Bold */
@font-face {
    font-family: "Outfit Extra Bold";
    src: url("../fonts/outfit/Outfit-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

/* Outfit - Black */
@font-face {
    font-family: "Outfit Black";
    src: url("../fonts/outfit/Outfit-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}

