/* Global design tokens */
:root {
      --bg:        #080808;
      --bg2:       #111111;
      --bg3:       #181818;
      --accent:    #C8FF00;
      --accent2:   #99cc00;
      --white:     #ffffff;
      --gray:      #888888;
      --gray-light:#cccccc;
      --border:    rgba(255,255,255,0.07);
      --font-title:'Anton', sans-serif;
      --font-body: 'Outfit', sans-serif;
      --radius:    4px;
      --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
