:root {
  /* Renk Paleti (Warm Coffee & Light) */
  --c-bg-main: #ffffff;
  --c-bg-light: #f9f7f2;
  /* Creamy Off-white */

  --c-brand-dark: #3e2723;
  /* Deep Espresso */
  --c-brand-medium: #5d4037;
  /* Roasted Bean */
  --c-brand-light: #8d6e63;

  --c-accent: #d7ccc8;
  /* Latte foam */
  --c-accent-pop: #D32F2F;
  /* Red for Hover */

  --c-text-main: #3e2723;
  /* Dark Coffee text */
  --c-text-body: #5d4037;
  --c-text-light: #8d6e63;

  --c-border: #efebe9;

  /* Typography */
  --f-heading: 'Playfair Display', serif;
  --f-body: 'Inter', sans-serif;

  /* Dimensions */
  --container-max: 1280px;
  --header-height: 100px;
  --radius-sm: 4px;
  --radius-md: 12px;
}