@font-face {
    font-family: 'TiemposTextSemiBold';
    src: url('/fonts/tiempos-text-web-semibold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TiemposTextBold';
    src: url('/fonts/tiempos-text-web-bold.woff2') format('woff2');
    font-weight: 700 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TiemposHeadlineBlack';
    src: url('/fonts/tiempos-headline-web-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/fonts/la-solid-900.woff2') format('woff2'),
        url('https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/fonts/la-solid-900.woff') format('woff'),
        url('https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/fonts/la-solid-900.ttf') format('truetype');
}
