/**
 * Generated by Gpick 0.2.6
 * secondary-accent: #de4f3a, rgb(222, 79, 58), hsl(313, 31%, 23%)
 * secondary: #e84e00, rgb(232, 78, 0), hsl(328, 31%, 0%)
 * primary-accent: #ff6e00, rgb(255, 110, 0), hsl(360, 43%, 0%)
 * primary: #ff8000, rgb(255, 128, 0), hsl(360, 50%, 0%)
 * highlight-accent: #ffa100, rgb(255, 161, 0), hsl(360, 63%, 0%)
 * highlight: #fec600, rgb(254, 198, 0), hsl(359, 78%, 0%)
 * alternate: #6c5e79, rgb(108, 94, 121), hsl(152, 37%, 47%)
 * alternate-accent: #2d3f43, rgb(45, 63, 67), hsl(64, 25%, 26%)
 * secondary-highlight: #262827, rgb(38, 40, 39), hsl(54, 16%, 15%)
 * secondary: #1e1f21, rgb(30, 31, 33), hsl(42, 12%, 13%)
 * secondary-accent: #111111, rgb(17, 17, 17), hsl(24, 7%, 7%)
 */
.theme {
    --secondary-accent: #de4f3a;
    --secondary: #e84e00;
    --primary-accent: #ff6e00;
    --primary: #ff8000;
    --highlight-accent: #ffa100;
    --highlight: #fec600;
    --alternate: #6c5e79;
    --alternate-accent: #2d3f43;
    --secondary-highlight: #262827;
    --secondary: #1e1f21;
    --secondary-accent: #111111;
    --text-color: white;
}

.light-theme {
    --secondary-accent: #de4f3a;
    --secondary: #e84e00;
    --primary-accent: #ff6e00;
    --primary: #ff8000;
    --highlight-accent: #ffa100;
    --highlight: #fec600;
    --alternate: #6c5e79;
    --alternate-accent: #2d3f43;
    --secondary-highlight: #262827;
    --secondary: #ddd4b8;
    --secondary-accent: white;
    --text-color: black;
}

