/* ------------------------------------------------------------
   voyagedestyle.fr — silo bricolage et aménagement :
   la matière plutôt que la décoration. Béton chaud,
   ocre d'établi, une seule couleur portante.
   ------------------------------------------------------------ */
:root {
  --ground:       #F7F6F3;
  --surface:      #FFFFFF;
  --surface-2:    #EDEBE6;
  --line:         #DCD8D0;
  --line-soft:    #E8E5DF;

  --ink:          #2B2A26;
  --ink-strong:   #1B1A17;
  --ink-mid:      #55534C;
  --ink-soft:     #837F76;

  --brand:       #A8621A;   /* ocre, la couleur du bois et du cuivre */
  --accent-deep:  #7C4711;
  --accent-ink:   #8F5315;
  --accent-soft:  #E8D6C0;
  --on-accent:    #FFFFFF;

  --header-bg:    #FFFFFF;
  --nav-bg:       #F7F6F3;
  --nav-ink:      #55534C;
  --footer-bg:    #22211D;
  --footer-ink:   #B5B1A8;

  --display: "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display-weight: 600;
  --radius: 3px;
}
/* Angles francs : on parle de coupe, de coffrage, de pose. */
.site-footer, .footer-widgets { background: var(--footer-bg); }
.site-footer .widget-title { color: #D19A5C; }
.site-footer .widget { background: transparent; border-color: #302E29; }
