/* Floored — site theme.
   Everything structural lives in the shared base; this file only sets the palette.
   Floored's palette is also the base's default, so the overrides below are
   written out explicitly rather than inherited silently. */

@import url("../../css/style.css");

:root {
  --ink: #33475b;            /* slate blueprint ink */
  --ink-deep: #24344a;
  --paper: #f7f5ef;          /* warm drafting paper */
  --paper-hi: #fffdf7;
  --grid: rgba(51, 71, 91, 0.08);
  --grid-major: rgba(51, 71, 91, 0.14);
  --rule: rgba(51, 71, 91, 0.25);

  --accent: #e8720c;         /* safety orange */
  --accent-soft: #f5a04b;
  --accent-glow: rgba(232, 114, 12, .28);
  --accent-wash: rgba(232, 114, 12, .06);
  --warn: #c2410c;
}
