
        :root {
          --primary-color: #DEFB06;
          --secondary-color: #111111;
          --background-color: #000000;
          --accent-color: #DEFB06;
          --text-color: #FFFFFF;
          --font-family-headings: 'Inter', sans-serif;
          --font-family-body: 'Inter', sans-serif;
        }
        