/* ====== FONTS ====== */
body {
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("./fonts/nun-sans-web-v15-latin-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
