:root {
  --dark-beige: #e7c9ac;
  --light: #fef1e5;
  --beige: #f8d8bd;
  --yellowish: #fae9c4;
  --brown: #4f3f28;
  --white: #ffffff;
  --black: #000000;
}

@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Ultralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFUI";
  src: url("../fonts/SFUI/SFUIDisplay-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LithiumTypeface";
  src: url("../fonts/LithiumTypeface/LithiumTypeface-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}