:root {
  --theme-color: white;
  --primary-color: #262626;
  --secundary-color: #f4ab2b;
  --text-color-inverse: white;
  --text-color: black;
  --navbar-shallow-color: black;
  --menu-mobile-background-color: #262626;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 70px;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--theme-color);
  color: var(--text-color);
  padding-top: 70px;
}

a {
  text-decoration: none;
  color: var(--text-color);
}
