<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700family=Tenor+Sans&display=swap" rel="stylesheet">
@font-face {
    font-family: 'Copperplate';
    src: url('../assets/fonts/Copperplate-Bold.woff2') format('woff2'),
        url('../assets/fonts/Copperplate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Copperplate';
    src: url('../assets/fonts/Copperplate-Light.woff2') format('woff2'),
        url('../assets/fonts/Copperplate-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

