:root {
  --white: #ffffff;
  --warm-white: #fcfaf6;
  --cream: #f8f3ea;
  --parchment: #f3eadc;
  --sand-light: #eadfce;
  --sand: #dfcfba;
  --crimson: #a51d32;
  --crimson-dark: #861627;
  --dot-red: #dc143c;
  --yellow: #ffd400;
  --yellow-hover: #ffe22b;
  --text-main: #302822;
  --text-soft: #6d6259;
  --text-light: #8a8077;
  --serif: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  --sans: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --max: 1280px;
  --header-h: 86px;
  --section-y: 90px;
  --section-y-major: 120px;
}
