:root {
  --primary: transparent;
  --primary-text: #000;
  --secondary: #ffffff;
  --secondary-text: #000;
  --accent: transparent;
  --accent-text: #000;
  --accent-text-2: #000;
}

* {
  font-family: 'Buda', cursive !important
}