@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre/regular.woff2') format('woff2'),
         url('../fonts/calibre/regular.woff') format('woff'),
         url('../fonts/calibre/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre/medium.woff2') format('woff2'),
         url('../fonts/calibre/medium.woff') format('woff'),
         url('../fonts/calibre/medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('../fonts/calibre/semibold.woff2') format('woff2'),
    url('../fonts/calibre/semibold.woff') format('woff'),
    url('../fonts/calibre/semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
