:root {
  --c-bg:            #030303;
  --c-bg-1:          #0f0f0f;
  --c-bg-2:          #171614;
  --c-bg-3:          #504137;

  --c-text:          #ffffff;
  --c-text-muted:    #b79d76;

  --c-primary:       #ffbd2b;
  --c-secondary:     #e0310a;

  --c-border:        #352a18;

  --c-on-primary:    #1e1704;
  --c-on-secondary:  #131f04;

  --c-link:          #e3b53a;

  --c-success:       #34d07f;
  --c-success-bg:    rgba(52, 208, 127, .14);
  --c-danger:        #ff5f6d;
  --c-danger-bg:     rgba(255, 95, 109, .14);
  --c-win:           #d4a017;
  --c-star:          #84cc16;

  --grad-bonus:      linear-gradient(135deg,#4d7c0f,#1a2e05);

  --shadow-sm:       0 1px 2px rgba(0,0,0,.5);
  --shadow:          0 8px 30px rgba(0,0,0,.45);
  --shadow-lg:       0 16px 50px rgba(0,0,0,.6);
   0 26px rgba(212,160,23,.42);

  color-scheme: dark;
}

/* 21a99fecd64d8f7c184eea36c0bf28424d32455b101ee8904e06d64d4ebe01ac */
