:root {
  --primary-green: #00703c;
  --secondary-beige: #d4cdb4;
  --secondary-beige-rgb: 212, 205, 180;
}

@font-face {
  font-family: "bitter";
  src: url("/media/fonts/Bitter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  src: url("/media/fonts/Inter_24pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  src: url("/media/fonts/Inter_24pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "inter";
  src: url("/media/fonts/Inter_24pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

.bitter {
  font-family: "bitter", serif !important;
}

.inter-semibold {
  font-family: "inter", sans-serif !important;
  font-weight: 600 !important;
}

.inter-medium {
  font-family: "inter", sans-serif !important;
  font-weight: 500 !important;
}

.inter-light {
  font-family: "inter", sans-serif !important;
  font-weight: 300 !important;
}

* {
  font-family: "bitter", serif !important;
}

html,
body {
  min-height: 100vh;
  color: #565654 !important;
}

.btns-provas {
  color: white !important;
}

.navbar {
  font-family: "roboto", sans-serif !important;
  font-size: 18px;
  color: #565654 !important;
}

.nav-item a,
button {
  color: #565654 !important;
  font-family: "inter", sans-serif !important;
  font-weight: 400 !important;
}

.nav-item a:hover {
  color: lightgray !important;
}

#footer-content {
  background-color: white !important;
  color: #565654 !important;
  text-align: center;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
  font-family: "roboto", sans-serif !important;
}

body {
  background-color: white;
  color: #565654 !important;
}

#main-content {
  color: black !important;
}

@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    gap: 10px !important;
  }
}

.carousel-indicators {
  padding-bottom: 3rem !important;
}

.carousel-indicators > button {
  border-radius: 50% !important;
  width: 10px !important;
  height: 10px !important;
}

.carousel-caption {
  padding-bottom: 4rem !important;
}

#carousel {
  height: 500px;
  overflow: hidden;
}

.back-topo-provas {
  background-color: rgba(
    var(--secondary-beige-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.sec-provas {
  margin-top: -60px;
}

.bg-opacity-85 {
  --bs-bg-opacity: 0.85 !important;
}

.bg-primary-green {
  background-color: var(--primary-green) !important;
}

.carousel-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -100px 85px rgba(0, 0, 0, 0.8); /* Using box-shadow */
  /* OR using radial-gradient for a more nuanced fade: */
  /* background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.8) 100%); */
  pointer-events: none; /* Allows interaction with the element beneath */
}

.icon-instagram {
  background-image: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  background-clip: text;
  color: transparent;
}
