/* =============================================================
   NICHENCY — VARIABLES
   core/variables.css
   ============================================================= */

:root {
  --hero-bg: #EFFBF8;
  --dark-blue: #130F49;
  --white: #ffffff;
  --border: #e2e2e2;
  --text: #1a1a1a;
  --muted: #4a4a4a;
  --max: 1100px;
}
