@import './fonts.css';
:root {
  --primary-color: #C7A97F;
  --secondary-color: #3D444C;
  --gray-bg-color: #D9D9D9;
  --gray-text-color: #c2c1c4;
}

body {
  overflow-x: hidden;
  font-family: "Alexandria-Light" !important;
}/*# sourceMappingURL=variables.css.map */