:root {
  /* Palette */
  --kf-ink: #0E0E0E;
  --kf-cream: #FAF8F4;
  --kf-bg: #EDEAE3;
  --kf-gold: #E9C33B;
  --kf-bronze: #B9922A;
  --kf-terracotta: #C2703F;
  --kf-whatsapp: #25D366;

  /* Bordures / traits */
  --kf-border: #CFC9BC;
  --kf-border-2: #DCD6C9;
  --kf-border-3: #E3DED2;

  /* Textes */
  --kf-text: var(--kf-ink);
  --kf-text-muted: #57534A;
  --kf-text-muted-2: #8A8578;
  --kf-text-muted-3: #A6A196;

  /* Typographie */
  --kf-font-serif: 'Cormorant Garamond', Georgia, serif;
  --kf-font-sans: 'Jost', system-ui, -apple-system, sans-serif;

  /* Rayons */
  --kf-radius-pill: 999px;
  --kf-radius-card: 4px;
  --kf-radius-panel: 6px;

  /* Rythme */
  --kf-gutter: 20px;
  --kf-margin-desktop: 80px;
  --kf-margin-mobile: 26px;
  --kf-header-height: 96px;

  /* Motion */
  --kf-ease-drawer: cubic-bezier(.16, 1, .3, 1);
}
