@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --black: #000000;
  --white: #fefefe;
  --golden: #b1813e;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

svg {
  flex: none;
}

body{
  background: var(--black);
  color: var(--white);
}
