/* Global typografi-skala — använd dessa klasser konsekvent. */

.t-label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #FFA047;
}

.t-label--ljus {
  color: rgba(255, 255, 255, 0.85);
}

.t-kort-rubrik {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  color: #2C2A27;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
}

.t-under-rubrik {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  color: #2C2A27;
  line-height: 1.3;
  margin: 0 0 8px;
}

.t-hero {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

.t-citat {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  color: #2C2A27;
  line-height: 1.3;
  font-style: normal;
}

.t-brodtext {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  line-height: 1.6;
}

.t-meta {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

/* Mobil */
@media (max-width: 720px) {
  .t-hero { font-size: 36px; }
  .t-kort-rubrik { font-size: 20px; }
  .t-under-rubrik { font-size: 16px; }
  .t-citat { font-size: 20px; }
}
