@font-face {
   font-family: 'Nunito'; /* A name you choose */
   src: url('./Nunito-VariableFont_wght.ttf');
   font-weight: 100 900;
   font-style: normal;
}

body {
   font-family: 'Nunito', sans-serif;
}