/**
 * BoyaYorum — Kurumsal kimlik B: Taş & krom yeşili
 * Karakter: Prestijli zanaat akademisi
 */
:root {
  /* Surfaces */
  --by-stone: #f3f4f2;
  --by-stone-deep: #e6e8e3;
  --by-ink: #1c1f1d;
  --by-ink-soft: #3a403c;
  --by-mist: rgba(28, 31, 29, 0.62);

  /* Brand */
  --by-chrome: #1f6f5b;
  --by-chrome-deep: #0e2a24;
  --by-chrome-bright: #2a8f74;
  --by-seal: #0e2a24;

  /* Type */
  --by-display: "Syne", sans-serif;
  --by-serif: "Source Serif 4", Georgia, serif;

  /* Rhythm */
  --by-space: clamp(1rem, 2.5vw, 2rem);
  --by-max: 72rem;
}
