/**
 * Carbona Font
 * Add font files to assets/fonts/ directory
 */

@font-face {
    font-family: 'Carbona';
    src: url('Carbona-ExtraLight.woff2') format('woff2'),
         url('Carbona-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carbona';
    src: url('Carbona-Light.woff2') format('woff2'),
         url('Carbona-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Carbona';
    src: url('Carbona-Regular.woff2') format('woff2'),
         url('Carbona-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
