@font-face {
  font-family: "Fjalla One";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Yq6R-LCAWCX3-6Ky7FAFrOF6kg.woff2) format("woff2");
}

@font-face {
  font-family: "GPT Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GPTSans-Light.woff2) format("woff2");
}

@font-face {
  font-family: "GPT Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GPTSans-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "Tiempos Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/TiemposTextWeb-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Fjalla One", sans-serif;
  font-style: normal;
  font-weight: 400;
  max-width: 100vw;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 1px;
}

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(8px);
  z-index: 1000;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  nav.sticky-nav {
    padding: 0 16px;
  }

  nav.sticky-nav .ri-menu-line {
    color: #000 !important;
  }
}
