/* martian theme */ :root { --glass: url("frost.webp"), hsla(0, 20%, 7%, 0.5); --background: hsl(0, 20%, 7%); --foreground: hsl(0, 25%, 90%); --subtle-foreground: hsl(0, 35%, 55%); --outline: hsl(0, 23%, 20%); --shine: #FFFFFF10; --accent: hsl(0, 80%, 40%); --subtle-accent: hsla(0, 80%, 40%, 0.2); --shadow: 0 4px 32px #00000070; --icon-filter: saturate(0.89) brightness(0.72); }