/* Yirmi theme — palette + type overrides on FMS tokens (tasarımcının dosyası, font yolu yerelleştirildi).
   Fontlar yerel woff2 (Google Fonts hotlink'i bilinçli kullanılmıyor — envanter §6.7). */
@import url("ds/fonts/fonts.css");
:root{
  /* palette → Yirmi */
  --fms-ink:#030213;            /* primary / headings */
  --fms-blue:#900a3e;           /* brand accent (deep magenta) */
  --fms-blue-tint:rgba(144,10,62,.08);
  --fms-blue-chip:#F7DCE6;      /* light magenta chip */
  --fms-navy:#4A0420;           /* glyph on magenta chip */
  --fms-red:#d4183d;            /* destructive */
  /* type → Yirmi: Roboto Serif display, Inter body */
  --font-display:'Roboto Serif',Georgia,'Times New Roman',serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}
::selection{background:rgba(144,10,62,.15)}
/* Roboto Serif needs slightly relaxed tracking vs Manrope's negative values */
.fms-hero,.fms-h1{letter-spacing:-.5px}
.fms-h1-compact,.fms-h2,.fms-h3{letter-spacing:-.2px}
