@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*,*::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    color-scheme: light dark;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
  }

body{
    font-family: 'Archivo', Arial, Helvetica, sans-serif;
}