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

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

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

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