@font-face {
    font-family: "Nunito";
    src: url('/local/templates/s1/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Nunito-Semi-Bold";
  src: url('/local/templates/s1/fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*
<uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 300 to 800
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} 
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700
.comfortaa-<uniquifier> {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}  
*/