/*-----------------
    2. Typography — shadcn skin
-----------------------*/
a {
  text-decoration: none;
  transition: ease all 0.2s;
  -webkit-transition: ease all 0.2s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  color: var(--color-text);
}

h1 {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

h1 span {
  font-size: 36px;
}

@media (max-width: 1199.98px) {
  h1 { font-size: 34px; }
  h1 span { font-size: 26px; }
}

h2 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  h2 { font-size: 26px; }
}

h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
  h3 { font-size: 18px; }
}

h4 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.015em;
}

@media (max-width: 991.98px) {
  h4 { font-size: 18px; }
}

h5 {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  h5 { font-size: 16px; }
}

h6 {
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  h6 { font-size: 15px; }
}

p {
  color: var(--color-text);
}
