/* Google Fonts - Devent Theme Typography */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&family=Roboto:wght@300;400;500;700&display=swap");
/* Legacy fonts for backward compatibility */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* Devent Theme Font Variables */
:root {
    --font-heading: 'Josefin Sans', sans-serif;
    --font-body: 'Roboto', sans-serif;
}

.section-header-black {
  font-family: 'Inter', sans-serif;
  font-size: 2.3rem;
  padding-bottom: 30px;
  margin-top: 30px;
  font-weight: 600;
}

.section-header,
.section-header-400 {
    font-family: 'Inter', sans-serif;
    color: var(--brand-blue-500);
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.section-header {
    font-weight: 600;
}

.section-header-400 {
    font-weight: 400;
}

.primary-text {
  color: var(--brand-blue-500);
}

.huge {
  font-size: 2.25em;
}

.huge-slim {
  font-size: 1.5em;
  font-weight: 300;
}

.bulk-text {
    font-family: Poppins, serif;
    color: #2D2E2C;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}

/* Standardized Typography Utility Classes */
.text-body {
    font-family: Poppins, sans-serif;
    color: var(--brand-black-500);
    font-weight: 400;
    line-height: 1.6;
}

.text-body-large {
    font-family: Poppins, sans-serif;
    color: var(--brand-black-500);
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
}

.text-heading {
    font-family: 'Inter', sans-serif;
    color: var(--brand-black-500);
    font-weight: 600;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

@media (min-width: 768px) {
  .huge {
      font-size: 3em;
  }

  .huge-slim {
      font-size: 1.5em;
      font-weight: 300;
  }
}

@media (min-width: 900px) {
  .huge {
      font-size: 3.5em;
  }

  .huge-slim {
      font-size: 2em;
      font-weight: 300;
  }
}

@media (min-width: 1220px) {
  .huge {
      font-size: 4em;
  }

  .huge-slim {
      font-size: 3em;
      font-weight: 300;
  }
}
