/* ------------ NUNITO ------------ */

@font-face {
  font-family: "Nunito";
  font-weight: 200;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 700;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 800;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  font-weight: 900;
  font-style: normal;
  src: url("./fonts/Nunito/static/Nunito-Black.ttf");
  font-display: swap;
}

/* ------------ Nunito Sans ------------ */

@font-face {
  font-family: "NunitoSans";
  font-weight: 200;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-ExtraLight.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 800;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "NunitoSans";
  font-weight: 900;
  font-style: normal;
  src: url("./fonts/Nunito_Sans/NunitoSans-Black.ttf");
  font-display: swap;
}

/* ------------ Quicksand ------------ */

@font-face {
  font-family: "Quicksand";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Quicksand/static/Quicksand-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/Quicksand/static/Quicksand-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  font-weight: 500;
  font-style: normal;
  src: url("./fonts/Quicksand/static/Quicksand-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Quicksand/static/Quicksand-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  font-weight: 700;
  font-style: normal;
  src: url("./fonts/Quicksand/static/Quicksand-Bold.ttf");
  font-display: swap;
}

/* ------------ Avenir ------------ */

@font-face {
  font-family: "Avenir";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/Avenir/AvenirLTStd-Book.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/Avenir/AvenirLTStd-Roman.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  font-weight: 500;
  font-style: normal;
  src: url("./fonts/Avenir/Avenir Heavy.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  font-weight: 600;
  font-style: normal;
  src: url("./fonts/Avenir/AvenirLTStd-Black.ttf");
  font-display: swap;
}
