/* FONT */

@font-face {
    font-family: 'sansThin';
    src: url('../font/Gotham-XLight.woff2') format('woff2'),
        url('../font/Gotham-XLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansLight';
    src: url('../font/GothamPro-Light.woff2') format('woff2'),
        url('../font/GothamPro-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansRegular';
    src: url('../font/GothamPro.woff2') format('woff2'),
        url('../font/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'sansMedium';
    src: url('../font/GothamPro-Medium.woff2') format('woff2'),
        url('../font/GothamPro-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'avecLight';
    src: url('../font/Reckless-Light.woff2') format('woff2'),
        url('../font/Reckless-Light.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

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

@font-face {
    font-family: 'avecBold';
    src: url('../font/Reckless-SemiBold.woff2') format('woff2'),
        url('../font/Reckless-SemiBold.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}
