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

:root {
  /* ── Yön Stok Brand Colors ── */
  --navy:        #042C53;   /* Ana lacivert */
  --blue:        #378ADD;   /* Vurgu mavi   */
  --light-blue:  #E6F1FB;   /* Açık mavi    */
  --anthracite:  #2C2C2A;   /* Antrasit     */
  --offwhite:    #F1EFE8;   /* Kırık beyaz  */

  /* Legacy aliases (used in index.html) */
  --deep-blue:   #073A6E;
  --bg-light:    #F1EFE8;
  --green:       #378ADD;   /* vurgu yeşil → mavi ile değişti */
  --purple:      #042C53;   /* vurgu mor  → lacivert */
  --amber:       #378ADD;
  --text-dark:   #2C2C2A;
  --text-muted:  #5A6478;
  --border:      #D8E6F3;
  --card-bg:     #ffffff;

  --font-base: 'DM Sans', system-ui, sans-serif;
}

body { font-family: var(--font-base); }
