@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Raleway:wght@400;700&display=swap");

:root {
  /* --color-accent: #ecb903; */
  --color-accent: #dc9d0d;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.accent {
  color: var(--color-accent);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
