@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

:root{
    --primary-color: #003ed1;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Sora", sans-serif;
}

svg {
  flex: none;
}

a {
  display: inline-flex;
}
