:root {
  --font-display: Nave, Georgia, Times New Roman, serif;
  --font-body: Filson Pro, Helvetica Neue, Arial, sans-serif;
  --font-nave: "Nave", sans-serif;
  --font-filson-pro: "Filson Pro", sans-serif;
}

@font-face {
  font-family: "Nave";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/uploads/XZWJBZU0x3VH9-CHJP7Z4-Nave-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Nave";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/uploads/CFblvlwu1hYe0OBm9H4IK-Nave-Heavy-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Nave";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/uploads/MKolLCQIhR6331X6_r00e-Nave-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Filson Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/uploads/wm3A2ArWANGHEZBgAJVrT-Filson-Pro-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Filson Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/uploads/zdl-gPiUrHDkkaXpPTPbZ-Filson-Pro-Regular.woff2") format("woff2");
}
:root {
  --color-coral: hsla(2.56, 100%, 77.06%, 1);
  --color-pink-light: hsla(323.48, 100%, 90.98%, 1);
  --color-pink: hsla(320.22, 93.68%, 81.37%, 1);
  --color-blue-light: hsla(219.26, 60.9%, 73.92%, 1);
  --color-blue: hsla(214.53, 83.26%, 42.16%, 1);
  --color-cream: hsla(37.5, 61.54%, 94.9%, 1);
  --color-black: hsla(0, 0%, 0%, 1);
  --color-white: hsla(0, 0%, 100%, 1);
  --color-pink-tint: hsla(321.43, 77.78%, 96.47%, 1);
  --color-coral-tint: hsla(3.33, 100%, 96.47%, 1);
  --color-blue-tint: hsla(214, 65.22%, 90.98%, 1);
  --color-green: hsla(135, 36.07%, 76.08%, 1);
  --color-text: hsla(0, 0%, 7.84%, 1);
  --color-muted: hsla(0, 0%, 35.29%, 1);
}