@font-face {
    font-display: swap;
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Caveat-Bold';
    src: url('../fonts/Caveat-Bold.woff2') format('woff2'),
         url('../fonts/Caveat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
