@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: SF Pro Display;
  src: url("/fonts/SF-Pro-Display-Black.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 300;
  src: url("/fonts/SF-Pro-Display-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 400;
  src: url("/fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 500;
  src: url("/fonts/SF-Pro-Display-Medium.otf") format("opentype");
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 600;
  src: url("/fonts/SF-Pro-Display-Semibold.otf") format("opentype");
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 700;
  src: url("/fonts/SF-Pro-Display-Bold.otf") format("opentype");
}

@font-face {
  font-family: SF Pro Display;
  font-weight: 800;
  src: url("/fonts/SF-Pro-Display-Heavy.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Visby CF;
  font-weight: 800;
  src: url("/fonts/VisbyCF-Heavy.otf") format("opentype");
}

@font-face {
  font-family: Visby CF;
  font-weight: 700;
  src: url("/fonts/VisbyCF-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 300;
  src: url("/fonts/Ploni-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 400;
  src: url("/fonts/Ploni-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 500;
  src: url("/fonts/Ploni-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 600;
  src: url("/fonts/Ploni-Bold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 700;
  src: url("/fonts/Ploni-ExtraBold.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: Ploni;
  font-weight: 800;
  src: url("/fonts/Ploni-Black.otf") format("opentype");
  font-display: swap;
}
/* Custom keyframes for the spin animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@layer base {
  :root {
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
  }

  .dark {
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* Custom spinner styles */
.spinner {
  width: 4rem; /* 64px */
  height: 4rem; /* 64px */
  border-width: 0.25rem; /* 4px */
  border-color: rgb(31, 41, 55, 1) transparent transparent transparent; /* Customize colors */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

html > body[data-scroll-locked] {
  overflow: visible !important;
  margin-right: 0 !important;
}

.title-secondary:after {
  content: "";
  position: absolute;
  border-top: 1px dashed #371455;
  width: 224px;
  left: 0;
  top: -16px;
}

.address::after {
  content: "";
  background: url("/Vector-21.svg");
  position: absolute;
  width: 16px;
  height: 18px;
  left: 0;
  top: 5px;
}

.footer-colors-line {
  position: relative;
  background: red;
  bottom: 0;
  width: 100%;
  height: 20px;
  display: block;
  float: left;
}
.footer-colors-line div:nth-child(1) {
  width: 30%;
  background: #323b43;
}
.footer-colors-line div:nth-child(2) {
  width: 15%;
  background: #ef3f60;
}
.footer-colors-line div:nth-child(3) {
  width: 10%;
  background: #25ad5b;
}
.footer-colors-line div:nth-child(4) {
  width: 5%;
  background: #168eea;
}
.footer-colors-line div:nth-child(5) {
  width: 10%;
  background: #fbe56c;
}
.footer-colors-line div:nth-child(6) {
  width: 15%;
  background: #f77b09;
}
.footer-colors-line div:nth-child(7) {
  width: 15%;
  background: #7b61ff;
}
.footer-colors-line > div {
  display: inline-block;
  float: left;
  height: 23px;
}

body .get-started span {
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px 20px;
  border: 2px solid #ff0072;
  color: #fff;
  background-color: #ff0072;
  font-family: SF Pro Display !important;
  font-size: 17px;
}

.single-post h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #371455;
  padding-bottom: 20px;
}

.single-post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .bar-s {
    display: none;
  }
}
