:root {
  --bg: #000000;
  --primary-text-color: #000000;
  --secundary-text-color: #ffffff;
  --primario: #e8fa13;
  --secundario: #b4b4b4;
  --terciario: #e94138;
}

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

html {
  scroll-behavior: smooth;
}

img {
  max-width: 250px;
  height: auto;
}
