
/* Match Forest City Solidarity branding */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Inter:wght@400;500;600&display=swap');

/* Global font */
.v-application, body {
  font-family: 'Inter', sans-serif !important;
  line-height: 1.6 !important;
}

/* All headings */
h1, h2, h3, h4, h5, h6,
.v-toolbar__title,
.text-h4, .text-h5, .text-h6,
#title {
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}

/* Site title - responsive sizing */
#title {
  font-size: 3.5rem !important;
  line-height: 1.1 !important;
}

@media (max-width: 600px) {
  #title {
    font-size: 2rem !important;
  }
}

@media (max-width: 400px) {
  #title {
    font-size: 1.5rem !important;
  }
}

/* About page typography */
.page-content h2 {
  font-size: 1.3rem !important;
  margin-top: 2rem !important;
  margin-bottom: 0.75rem !important;
}

.page-content p, .page-content li {
  font-size: 0.95rem !important;
  line-height: 1.7 !important;
}

.page-content ul {
  padding-left: 1.2rem !important;
}

.page-content li {
  margin-bottom: 0.4rem !important;
}
