@font-face {
  font-family: NexaThin;
  src: url("./Nexa/NexaLight.ttf") format("truetype");
}

@font-face {
  font-family: NexaRegular;
  src: url("./Nexa/NexaBook.ttf") format("truetype");
}

@font-face {
  font-family: NexaBlack;
  src: url("./Nexa/NexaBlack.ttf") format("truetype");
}
@font-face {
  font-family: NexaBold;
  src: url("./Nexa/NexaBlack.ttf") format("truetype");
}

@font-face {
  font-family: NexaTextBook;
  src: url("./Nexa/NexaTextBook.ttf") format("truetype");
}

.text-light {
  font-family: "NexaThin", sans-serif;
}

.text-regular {
  font-family: "NexaRegular", sans-serif;
}

.text-bold {
  font-family: "NexaBold", sans-serif;
}

.text-shadow {
  text-shadow: 0px 0px 6px #000000af;
}

.text-justified {
  text-align: justify;
}

*,
input {
  margin: 0;
  padding: 0;
  font-family: "NexaTextBook", Helvetica, sans-serif;
}

body {
  background-position: bottom right;
  background-size: contain;
  transition: all 0.4s ease-out;
}

main {
  min-height: 80vh;
  top: 0 !important;
}

button,
.btn,
a {
  font-family: "NexaTextBook", Helvetica, sans-serif;
}

.swiper {
  width: 100%;
  height: 100%;
}

.full-width {
  width: 100%;
}

.p-large {
  font: 400 1.125rem/1.75rem "NexaRegular", sans-serif;
}

.p-small {
  font: 400 0.875rem/1.5rem "NexaRegular", sans-serif;
}

.p-heading {
  margin-bottom: 3.75rem;
}

h1 {
  font: 700 3.75rem/4.375rem "NexaRegular", sans-serif;
  line-height: 110%;
}

h2 {
  font: 700 3.25rem/2.875rem "NexaRegular", sans-serif;
  line-height: 110%;
}

h3 {
  font: 700 1.3rem/2.125rem "NexaRegular", sans-serif;
  line-height: 110%;
}

h4 {
  font: 700 1.25rem/1.875rem "NexaRegular", sans-serif;
}

h5 {
  font: 700 1.125rem/1.75rem "NexaRegular", sans-serif;
}

h6 {
  font: 700 1rem/1.625rem "NexaRegular", sans-serif;
}

p {
  line-height: 140%;
}