/* Tiempos Headline — display */
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/TiemposHeadline-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/TiemposHeadline-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/TiemposHeadline-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Headline';
  src: url('../fonts/TiemposHeadline-Bold.otf') format('opentype');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* Tiempos Text — long-form body */
@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/TiemposText-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/TiemposText-RegularItalic.otf') format('opentype');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/TiemposText-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/TiemposText-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* Tiempos Fine — fine display, for large high-contrast numerics */
@font-face {
  font-family: 'Tiempos Fine';
  src: url('../fonts/TiemposFine-Regular.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Fine';
  src: url('../fonts/TiemposFine-Medium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Tiempos Fine';
  src: url('../fonts/TiemposFine-Semibold.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* Söhne — body + UI */
@font-face {
  font-family: 'Sohne';
  src: url('../fonts/Sohne-Buch.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sohne';
  src: url('../fonts/Sohne-Kraftig.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sohne';
  src: url('../fonts/Sohne-Halbfett.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}

/* Söhne Mono — labels, metadata */
@font-face {
  font-family: 'Sohne Mono';
  src: url('../fonts/SohneMono-Buch.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sohne Mono';
  src: url('../fonts/SohneMono-Kraftig.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}
