/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "JUST Sans", sans-serif;
  background-color: #000;
  color: #fff;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}

header .top-bar {
  width: var(--progress);
  height: 5px;
  background-color: #00f400;
  transition: width 0.2s ease-out;
}

header .navbar {
  padding-top: 0;
  --bs-navbar-toggler-border-color: #fff;
  --bs-navbar-color: #fff;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

header .navbar .offcanvas {
  --bs-offcanvas-bg: #000;
  height: 100vh;
}

header .navbar .offcanvas .btn-close {
  color: #fff;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E")
    center/1em no-repeat;
}

header .navbar .offcanvas .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

.header-scrolled {
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.75);
}

.navbar .navbar-brand img {
  min-width: 200px;
}

@media (min-width: 576px) {
  .navbar .navbar-brand img {
    min-width: 250px;
  }
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
#banner {
  margin-top: 97px;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../img/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#banner .banner-socials {
  width: fit-content;
}

#banner .transparent-input {
  background-color: #323232bf !important;
  border-color: #323232bf !important;
  color: #fff;
}

#banner .transparent-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 244, 0, 0.25);
}

#banner .transparent-input::placeholder {
  color: #989898;
}

#banner form .position-relative::after {
  content: "*";
  color: red;
  position: absolute;
  margin-left: -20px;
  left: var(--left-asterisk);
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

#banner form .nome {
  --left-asterisk: 88px;
}

#banner form .sobrenome {
  --left-asterisk: 130px;
}

#banner form .whatsapp {
  --left-asterisk: 122px;
}

#banner form .email {
  --left-asterisk: 91px;
}

#banner form .nome_empresa {
  --left-asterisk: 179px;
}

#banner .banner-socials .icons {
  padding: 0 5rem;
}

#banner .strip {
  background-color: #ffffff;
  height: 13px;
  width: 100%;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

@media (min-width: 576px) {
  #banner .container {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
#solutions {
  background-color: #191919;
}

#solutions .container {
  position: relative;
}

#solutions .solutions-icon {
  position: relative;
  left: -33px;
}

#solutions .solutions-icon2 {
  position: relative;
  left: -23px;
}

#solutions .swiper-slide {
  color: #ffffff;
  height: auto;
  max-height: 435px;
  display: flex;
  flex-direction: column;
  user-select: none;
  position: relative;
  overflow: visible;
  margin-bottom: 30px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    color 0.15s ease-in-out, max-height 0.4s ease-in-out;
}

#solutions .swiper-slide[data-expanded] {
  cursor: pointer;
}

#solutions .swiper-slide[data-expanded="1"] {
  max-height: 1000px;
}

#solutions .swiper-slide[data-expanded="1"] .show-more-arrow {
  opacity: 0;
}

#solutions .swiper-slide svg {
  margin-left: auto;
  margin-right: auto;
}

#solutions .swiper-slide p {
  overflow: hidden;
  font-size: 95%;
  hyphens: auto;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

#solutions .swiper-slide .show-more-arrow {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 40%;
  padding-bottom: 35px;
  display: flex;
  align-items: end;
  border-radius: 1rem;
  overflow: hidden;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}

#solutions .swiper-slide .show-more-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  background-image: linear-gradient(to top, #191919fa 30%, #19191900);
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
  color: #ffffff;
}

#solutions .swiper-slide .show-more-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  background-image: linear-gradient(to top, #00f400fa 30%, #7e8b7e00);
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  color: #000000;
}

#solutions .swiper-slide:hover .show-more-arrow::before {
  opacity: 0;
}

#solutions .swiper-slide:hover .show-more-arrow::after {
  opacity: 1;
}

#solutions .swiper-slide .show-more-arrow svg {
  animation: upDown 1s ease-in-out infinite;
  z-index: 1;
}

@keyframes upDown {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}

#solutions .slide-btn {
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

#solutions .swiper-slide:hover {
  background-color: #00f400;
  border-color: #191919 !important;
  color: #000000;
}

#solutions .slide-btn a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #191919;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #191919;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #191919;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: 0;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #191919;
  --bs-btn-disabled-border-color: #ffffff;
}

#solutions .swiper-slide:hover a {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

#solutions .swiper-button-next,
#solutions .swiper-button-prev {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #f4f4f4;
  top: 40%;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #191919;
}

#solutions .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 23%;
  width: 45%;
  height: 45%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23191919%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(-1);
}

#solutions .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 23%;
  width: 45%;
  height: 45%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23191919%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#solutions .swiper-button-next {
  right: -35px;
}
#solutions .swiper-button-prev {
  left: -35px;
}

#solutions .solutions-pagination {
  margin-top: 50px;
  position: relative;
}

#solutions .solutions-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 1;
  border: 1px solid #ffffff;
}

#solutions .solutions-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#solutions .services-item {
  box-sizing: content-box;
  min-height: 320px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
  background-color: #000000;
}

#about .about-btn {
  position: absolute;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  bottom: 10%;
  white-space: nowrap;
}

#about p {
  line-height: 1.8;
}

/*--------------------------------------------------------------
# Our Lab
--------------------------------------------------------------*/
#our-lab .our-lab-slider2 {
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
#our-clients {
  padding: 0 10px;
}

#our-clients .container-fluid {
  background-color: #ffffff;
  border-radius: 1.2rem;
  padding: 1rem 3rem 2rem 3rem;
}

#our-clients .container-xxl {
  max-width: 1620px;
}

#our-clients h1 {
  margin-bottom: 2.3rem;
}

#our-clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
#testimonials {
  background-color: #000000;
  position: relative;
  padding-bottom: 40px;
}

#testimonials h1 {
  margin-bottom: 4rem;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin: 0 50px 0 50px;
}

#testimonials .container-fluid {
  padding: 100px 0 40px 0;
}

#testimonials .testimonial-item h2 {
  font-size: 1.25rem;
  font-weight: bold;
}

#testimonials .testimonial-item h3 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 100;
}

.testimonial-text {
  font-weight: 200;
  font-size: 1rem;
  height: 150px;
  overflow-y: scroll;
  color: #ffffff;
}

.testimonial-text::-webkit-scrollbar {
  width: 5px;
}

.testimonial-text::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
  border-radius: 5px;
}

.testimonial-text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #fefefe;
  border: 2px solid #fefefe;
  opacity: 1;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fefefe;
  border: 3px solid #fefefe;
  opacity: 1;
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
#faq {
  background-color: #000000;
  padding-top: 0;
}

#faq .accordion .accordion-item .accordion-header {
  --bs-accordion-btn-focus-border-color: #191919;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  --bs-accordion-btn-bg: #191919;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-color: #ffffff;
  --bs-accordion-active-bg: #191919;
}

#faq .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0.4rem;
}

#faq .accordion-button:after {
  order: -1;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-width: 18px;
  --bs-accordion-btn-icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%2300f400%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1792' height='1792' version='1.1' style=' shape-rendering: geometricPrecision; text-rendering: geometricPrecision; image-rendering: optimizeQuality; fill-rule: evenodd; clip-rule: evenodd; ' viewBox='0 0 81.26 177.78' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' %3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%2300f400%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Camada_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer' /%3E%3Cpath class='fil0' d='M-1.7 5.36l76.71 76.71c6.07,6.08 6.07,16.02 0,22.1l-76.71 76.71 0 -34.36 53.4 -53.4 -53.4 -53.4 0 -34.36z' /%3E%3C/g%3E%3C/svg%3E");
  margin-left: 0;
  margin-right: 0.5em;
}

#faq .accordion .accordion-item {
  background-color: #000000;
  border: 0;
  --bs-accordion-border-width: 0;
  --bs-accordion-color: #ffffff;
}

#faq .accordion-body {
  hyphens: auto;
  text-align: justify;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
#map {
  padding: 0;
  position: relative;
}

#map .map-card {
  height: 100%;

  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

#map .map-buttons {
  top: initial;
  bottom: 0;
}

@media (min-width: 576px) {
  #map {
    padding: 60px 0;
    background-image: url(../img/banner_inferior.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #map .map-buttons {
    top: 50%;
    bottom: initial;
  }

  #map .map-card {
    width: 70%;
    float: right;
  }

  #map .map-card iframe {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
}

/*--------------------------------------------------------------
# Cookies PopUp
--------------------------------------------------------------*/

#cookies-popup {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 1030;
  width: 100%;
  max-width: 430px;
}

#cookies-popup .content {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 13px 10px 8px -3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
  font-family: "Gilroy";
}

#cookies-popup .privacy-link {
  text-decoration: underline;
}

#cookies-popup .privacy-link:hover {
  color: #880835;
  text-decoration: underline;
}

#cookies-popup p {
  font-size: 90%;
}

.showCookiePopup {
  animation: showCookiePopup 1.5s ease forwards;
}

.hideCookiePopup {
  animation: hideCookiePopup 1.5s ease forwards;
}

@media (max-width: 576px) {
  #cookies-popup {
    bottom: 70px;
    left: 0;
  }
}

@keyframes hideCookiePopup {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(0.9);
  }

  to {
    transform: translateY(1200px) scale(0.9);
  }
}

@keyframes showCookiePopup {
  0% {
    transform: translateY(1200px) scale(0.9);
  }

  80% {
    transform: translateY(0) scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
}

footer .footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-brand {
  max-width: 250px;
}

footer .footer-link {
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 5px;
}

footer .footer-link img {
  transition: transform 0.5s;
}

footer .footer-link:hover img {
  transform: translateX(-5px);
}

footer .copy {
  padding: 15px 0;
  background-color: #191919;
}

/*--------------------------------------------------------------
# Custom Bootstrap Classes
--------------------------------------------------------------*/

/**
* Width and Heigth
*/

/**
* Margin and Padding
*/

.py-2-50 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.px-4-50 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

/**
* Text
*/

.text-justify {
  text-align: justify;
}

.text-green {
  color: #00f400;
}

.ff-gilroy {
  font-family: "Gilroy";
}

.ff-uniform {
  font-family: "Uniform";
}

.lh-xsm {
  line-height: 0.9;
}

/**
* Background
*/

/**
* Borders
*/

/**
* Buttons
*/

.btn-green {
  --bs-btn-color: #000000;
  --bs-btn-bg: #00f400;
  --bs-btn-border-color: #00f400;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #1ac91a;
  --bs-btn-hover-border-color: #1ac91a;
  --bs-btn-focus-shadow-rgb: 0, 244, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #1ac91a;
  --bs-btn-active-border-color: #1ac91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #7bdd7b;
  --bs-btn-disabled-border-color: #7bdd7b;
}

.btn-outline-green {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #00f400;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #00f400;
  --bs-btn-hover-border-color: #00f400;
  --bs-btn-focus-shadow-rgb: 1, 196, 1;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #00f400;
  --bs-btn-active-border-color: #00f400;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4db94d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4db94d;
  --bs-gradient: none;
}

/**
* Responsive Media Queries
*/

/* xxl */
@media (min-width: 1400px) {
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
}

/* xl */
@media (min-width: 1200px) {
}

/* lg */
@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
}

/* md */
@media (min-width: 768px) {
}

/* sm */
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/**
* JUST Sans
*/

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExBold.woff") format("woff"),
    url("../fonts/JUST-Sans-ExBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Bold.woff") format("woff"),
    url("../fonts/JUST-Sans-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/JUST-Sans-SemiBold.woff") format("woff"),
    url("../fonts/JUST-Sans-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Medium.woff") format("woff"),
    url("../fonts/JUST-Sans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Regular.woff") format("woff"),
    url("../fonts/JUST-Sans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/JUST-Sans-Light.woff") format("woff"),
    url("../fonts/JUST-Sans-Light.woff2") format("woff2");
}

@font-face {
  font-family: "JUST Sans";
  font-style: normal;
  font-stretch: 100%;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/JUST-Sans-ExLight.woff") format("woff"),
    url("../fonts/JUST-Sans-ExLight.woff2") format("woff2");
}

/**
* Gilroy
*/

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-ExtraBold.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Light.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 300;
}

/**
* Uniform
*/

@font-face {
  font-family: "Uniform";
  src: url(../fonts/Uniform-Extra-Condensed-Bold.otf) format("opentype");
  font-style: normal;
  font-stretch: 100%;
  font-display: swap;
  font-weight: 700;
}
