/* Quiz Maker AI - Font Imports */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&family=JetBrains+Mono:wght@400;500;700&display=swap');

/* Typography scale */
.display-xl {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.display-lg {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.15;
}

.display-md {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.2;
}

.text-xl { font-size: 1.25rem; line-height: 1.6; }
.text-lg { font-size: 1.1rem; line-height: 1.65; }
.text-base { font-size: 1rem; line-height: 1.7; }
.text-sm { font-size: 0.875rem; line-height: 1.6; }
.text-xs { font-size: 0.78rem; line-height: 1.5; }

.mono { font-family: var(--font-mono); }

/* Heading weights */
h1, h2, h3 { font-weight: 400; }
h4, h5, h6 { font-weight: 600; font-family: var(--font-body); }

/* Editorial styles */
.editorial-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--text-primary);
  padding-left: 1.5rem;
  border-left: 3px solid var(--cyan);
}

.dropcap::first-letter {
  float: left;
  font-family: var(--font-display);
  font-size: 3.5rem;
  line-height: 0.8;
  padding-right: 0.15em;
  padding-top: 0.1em;
  color: var(--cyan);
}

/* Label */
.label-text {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
