body {
  background-color: #dbeafe;
  background: linear-gradient(120deg, #dbeafe, #bfdbfe);
  font-family: "Inter", sans-serif;
}

@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-ExtraLight.woff2") format("woff2"), url("../fonts/VisbyRoundCF-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-Light.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-Regular.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-Medium.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-DemiBold.woff2") format("woff2"), url("../fonts/VisbyRoundCF-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-Bold.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-ExtraBold.woff2") format("woff2"), url("../fonts/VisbyRoundCF-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Visby Round CF";
  src: url("../fonts/VisbyRoundCF-Heavy.woff2") format("woff2"), url("../fonts/VisbyRoundCF-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Visby Round CF", serif;
  font-weight: 800;
  font-size: calc(1.725rem + 5.7vw);
  line-height: 1;
  color: #475569;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 6rem;
  }
}

.custom-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}

.social-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2px;
  position: relative;
}
.social-card.facebook {
  background-color: #1877F2;
}
.social-card.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-card.tiktok {
  background-color: #000;
}
.social-card.mail {
  background-color: #475569;
}
.social-card .content {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: calc(1rem - 2px);
  padding: 1rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
  gap: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}
.social-card .content .icon {
  width: 32px;
  height: 32px;
  stroke-width: 2.3;
}
.social-card:hover .content {
  background-color: rgba(255, 255, 255, 0.05);
}

/*# sourceMappingURL=style.css.map */
