
@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Light.woff2')format("woff2"),
        url('Exo2-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Regular.woff2')format("woff2"),
        url('Exo2-Regular.woff')format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-Medium.woff2')format("woff2"),
        url('Exo2-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo 2';
    src: url('Exo2-SemiBold.woff2')format("woff2"),
        url('Exo2-SemiBold.woff')format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('Magistral-Regular.woff2')format("woff2"),
        url('Magistral-Regular.woff')format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('Magistral-Bold.woff2')format("woff2"),
        url('Magistral-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magistral';
    src: url('MagistralBlack.woff2')format("woff2"),
        url('MagistralBlack.woff') format('woff');
        font-weight: 900;
    font-style: normal;
    font-display: swap;
}