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


body {
    font-family: 'Pinar', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
