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

@font-face {
    font-family: 'Camphor Pro';
    src: url('../fonts/Camphor-Italic.woff2') format('woff2'),
        url('../fonts/Camphor-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Camphor Pro';
    src: url('../fonts/Camphor-Thin.woff2') format('woff2'),
        url('../fonts/Camphor-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Camphor Pro';
    src: url('../fonts/Camphor-Heavy.woff2') format('woff2'),
        url('../fonts/Camphor-Heavy.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

