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

/* Black Italic */
@font-face {
    font-family: "Outfit";
    src: url("./Outfit-BlackItalic.woff2") format("woff2"),
         url("./Outfit-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

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

/* ExtraBold Italic */
@font-face {
    font-family: "Outfit";
    src: url("./Outfit-ExtraBoldItalic.woff2") format("woff2"),
         url("./Outfit-ExtraBoldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

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

/* Bold Italic */
@font-face {
    font-family: "Outfit";
    src: url("./Outfit-BoldItalic.woff2") format("woff2"),
         url("./Outfit-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

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

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

/* Medium Italic */
@font-face {
    font-family: "Outfit";
    src: url("./Outfit-MediumItalic.woff2") format("woff2"),
         url("./Outfit-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

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

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

/* Light Italic */
@font-face {
    font-family: "Outfit";
    src: url("./Outfit-LightItalic.woff2") format("woff2"),
         url("./Outfit-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

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

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