/* ----------------------------------------------------------------------------
   Variables du thème — LE point à modifier pour personnaliser un food truck.
   Couleurs, typographies, rayons, espacements. Aucun autre fichier à toucher
   pour un re-branding de base.
   ---------------------------------------------------------------------------- */
:root {
    /* Couleurs de marque (univers galette / crêpe artisanale) */
    --brand:            #c2410c;   /* terracotta / crêpe caramélisée */
    --brand-dark:       #9a3412;
    --brand-light:      #f3d9c4;
    --accent:           #4d7c2f;   /* vert sarrasin */

    /* Neutres chauds */
    --bg:               #faf3e8;   /* crème */
    --sand:             #e8d9c0;   /* bandeau sable (header/sections) */
    --surface:          #fffdf9;
    --text:             #36302a;
    --text-muted:       #786b5e;
    --border:           #e7dcc9;
    --ink:              #2a2521;   /* footer foncé */

    /* États */
    --success:          #2f7d32;
    --success-bg:       #e4f1e2;
    --danger:           #b3261e;
    --danger-bg:        #f9e3e1;

    /* Typographies */
    --font-title: "Georgia", "Playfair Display", "Times New Roman", serif;
    --font-body:  system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

    /* Rayons & ombres */
    --radius:      16px;
    --radius-sm:   9px;
    --shadow:      0 10px 30px rgba(60,40,20,.08);

    /* Largeur de contenu */
    --container:   1140px;
}
