@font-face { font-family: "URWClassico"; src: url("../assets/fonts/URWClassico-Regular.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "URWClassico"; src: url("../assets/fonts/URWClassico-Bold.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Lato"; src: url("../assets/fonts/Lato-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Lato"; src: url("../assets/fonts/Lato-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Gilroy"; src: url("../assets/fonts/gilroy/Gilroy-Regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Gilroy"; src: url("../assets/fonts/gilroy/Gilroy-Medium.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Gilroy"; src: url("../assets/fonts/gilroy/Gilroy-SemiBold.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Gilroy"; src: url("../assets/fonts/gilroy/Gilroy-Bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Neutra Text"; src: url("../assets/fonts/neutra/Neutra Text Book.otf") format("opentype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Neutra Text"; src: url("../assets/fonts/neutra/Neutra Text Bold.otf") format("opentype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --wal-gold: #c19f6a;
  --wal-gold-strong: #c39a60;
  --wal-sand: #c4b386;
  --wal-ivory: #fffbf4;
  --wal-blue: #65a9fd;
  --wal-ink: #001924;
  --wal-font-classico: "URWClassico", Georgia, serif;
  --wal-font-gilroy: "Gilroy", Arial, sans-serif;
  --wal-font-lato: "Lato", Arial, sans-serif;
  --wal-font-neutra: "Neutra Text", Georgia, serif;
  --wal-space-1: 4px; --wal-space-2: 8px; --wal-space-3: 12px; --wal-space-4: 16px;
  --wal-space-6: 24px; --wal-space-8: 32px; --wal-space-12: 48px; --wal-space-16: 64px;
  --wal-content-max: 1312px; --wal-modal-z: 100; --wal-sticky-z: 90;
}
