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

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

