@font-face {
    font-family: 'Calibre';
    src: url('../../assets/fonts/calibre-medium.woff2') format('woff2'),
    url('../../assets/fonts/calibre-regular.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url('../../assets/fonts/calibre-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos';
    src: url('../../assets/fonts/tiempos-headline-medium-italic.woff2') format('woff2'),
    url('../../assets/fonts/tiempos-headline-regular.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Tiempos';
    src: url('../../assets/fonts/tiempos-headline-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}