:root {
  --black:    #080808;
  --white:    #F2EDE6;
  --acid:     #01c09e;
  --red:      #E8321A;
  --grey:     #1A1A1A;
  --grey-mid: #444444;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Barlow', sans-serif;
  --font-cond:    'Barlow Condensed', sans-serif;
  --trans-fast: 0.2s ease;
  --trans-med:  0.4s ease;
}
