/* ── Self-hosted Google Fonts (GDPR compliant) ── */

/* DM Sans — italic 300 */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/css/fonts/DMSans-Italic-300.ttf') format('truetype');
}

/* DM Sans — normal 300 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/css/fonts/DMSans-300.ttf') format('truetype');
}

/* DM Sans — normal 400 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/DMSans-400.ttf') format('truetype');
}

/* DM Sans — normal 500 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/css/fonts/DMSans-500.ttf') format('truetype');
}

/* Libre Baskerville — italic 400 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/LibreBaskerville-Italic-400.ttf') format('truetype');
}

/* Libre Baskerville — normal 400 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/LibreBaskerville-400.ttf') format('truetype');
}

/* Libre Baskerville — bold 700 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/css/fonts/LibreBaskerville-700.ttf') format('truetype');
}

/* Instrument Sans — normal 400 */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/css/fonts/InstrumentSans-400.ttf') format('truetype');
}

/* Instrument Sans — normal 500 */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/css/fonts/InstrumentSans-500.ttf') format('truetype');
}

/* Instrument Sans — normal 600 */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/css/fonts/InstrumentSans-600.ttf') format('truetype');
}
