
@font-face {
    font-family: "Optima";
    src: url(../fonts/Optima/OptimaLTStd.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* <- The hero of our tale */
}



/* ___________Inter______________ */

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

@font-face {
    font-family: "Inter";
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-ExtraLight.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-Light.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-Regular.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-Medium.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-SemiBold.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-Bold.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-ExtraBold.ttf);
}
@font-face {
    font-family: "Inter";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/Inter/Inter-Black.ttf);
}