:root {
  --red: #914023;
  --beige: #fdf9f1;
  --green: #2b4c45;
  --gray: #8c8c8c;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CinzelDecorative";
  src: url("../fonts/CinzelDecorative-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Roboto";
}
