@import url("https://fonts.googleapis.com/css2?family=Inter");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script");

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

:root {
  --background: #e3e0dd;
  --text: #2a2a2a;
  --brown: #5e2a2c;
  --nav: #f7f6f5;
}

body {
  background-color: var(--background);
  font-family: "Inter", sans-serif;
}

.hero_section_bg {
  background: url("../images/banners/img-1.avif") no-repeat center;
  background-size: cover;
}

.cursive_font {
  font-family: "Dancing Script", handwriting;
  font-weight: 500;
}
