:root {
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "SF Pro Display", sans-serif;
  --font-brand: "Parimatch", sans-serif;
  --color-brand: #f8ff13;
  --color-line: #FF5F39;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: var(--font-brand);
  background-color: #000000;
  color: #fff;
}
