/* ------------------------------------------------------------
   dringtoy.com — le site vit de la précision des tailles :
   registre de l'instrument de mesure, pas du magazine.
   Encre marine sur blanc technique, un seul accent.
   ------------------------------------------------------------ */
:root {
  --ground:       #F7F8FA;
  --surface:      #FFFFFF;
  --surface-2:    #EEF1F5;
  --line:         #D9DFE7;
  --line-soft:    #E7EBF0;

  --ink:          #1E2733;
  --ink-strong:   #121A24;
  --ink-mid:      #47535F;
  --ink-soft:     #75818E;

  --brand:       #1F5FA8;   /* bleu de plan, mesuré */
  --accent-deep:  #16457A;
  --accent-ink:   #1A5495;
  --accent-soft:  #CFDEF0;
  --on-accent:    #FFFFFF;

  --header-bg:    #FFFFFF;
  --nav-bg:       #FFFFFF;
  --nav-ink:      #47535F;
  --footer-bg:    #161E28;
  --footer-ink:   #9DA9B5;

  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display-weight: 700;
  --radius: 4px;
}
/* Les chiffres s'alignent : c'est un site de tableaux de correspondance. */
.entry-content table td, .entry-content table th { font-variant-numeric: tabular-nums; }
.entry-content table { font-size: .92rem; }
.site-footer, .footer-widgets { background: var(--footer-bg); }
.site-footer .widget-title { color: #6FA6E0; }
.site-footer .widget { background: transparent; border-color: #26303C; }
