@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;600;700&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --accent: #FF5C1F;
  --bg: #060c1a;
  --font-head: 'Unbounded', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

body { 
  background: var(--bg) !important;
  font-family: var(--font-body) !important;
}