@font-face {
  font-family: 'Nunito Sans';
  font-style:  normal;
  font-display: swap;
  src: url("../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf");
}

@font-face {
  font-family: 'Nunito Sans';
  font-style:  italic;
  font-display: swap;
  src: url("../fonts/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf");
}
.nunito-sans-regular {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.nunito-sans-bold {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

/* @font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff");
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Italic.woff") format("woff");
  src: url("../fonts/Inter-Italic.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/ExtraBoldItalic.woff") format("woff");
  src: url("../fonts/ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/ExtraBoldItalic.woff") format("woff");
  src: url("../fonts/ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerBold.woff") format("woff");
  src: url("../fonts/MullerBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url("../fonts/MullerExtraBold.woff") format("woff");
  src: url("../fonts/MullerExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
 */