/*
 * font face
 */

@font-face {
    font-family: 'm3_bc';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Barlow Condensed Bold'), url('BarlowCondensed-Bold.woff2') format('woff2'),url('BarlowCondensed-Bold.woff') format('woff'),url('BarlowCondensed-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'm3_bc';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Barlow Condensed'), url('BarlowCondensed-Regular.woff2') format('woff2'),url('BarlowCondensed-Regular.woff') format('woff'),url('BarlowCondensed-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'm3_bc';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Barlow Condensed Light'), url('BarlowCondensed-Light.woff2') format('woff2'),url('BarlowCondensed-Light.woff') format('woff'),url('BarlowCondensed-Light.ttf') format('truetype')
}