/* ═══════════════════════════════════════════════════════════
   TYRUS DIGITAL — Self-hosted fonts
   Generat de font-downloader.php
   In index.html inlocuieste Google Fonts link cu:
   <link rel="stylesheet" href="/fonts/fonts.css">
═══════════════════════════════════════════════════════════ */

/* ── CINZEL ── */
@font-face {
  font-family: 'Cinzel';
  src: url('/fonts/cinzel/cinzel-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('/fonts/cinzel/cinzel-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('/fonts/cinzel/cinzel-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cinzel';
  src: url('/fonts/cinzel/cinzel-900.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* ── CINZEL DECORATIVE ── */
@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/fonts/cinzel-decorative/cinzel-decorative-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/fonts/cinzel-decorative/cinzel-decorative-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── SYNE ── */
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne/syne-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne/syne-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne/syne-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne/syne-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne/syne-800.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

/* ── DM MONO ── */
@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/dm-mono/dm-mono-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/dm-mono/dm-mono-300-italic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/dm-mono/dm-mono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Mono';
  src: url('/fonts/dm-mono/dm-mono-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}