@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap'); $defFont: 'Quicksand', sans-serif; /* Inspired by Dracula */ $defBG: #282A36; $altBG: #383A59; $floatingContainerBG: #282C3466; $floatingBG: #2e323b; $defFG: #F2F2F2; $altFG: #FF79C6; $defLink: $defFG; $altLink: $altFG; $paneBorderColor: pink; $formPaneBorderColor: $paneBorderColor; $defBorderColor: lightgreen; $altBorderColor: pink; $underline0: gray; $underline1: lightblue; $underline2: #FF79C6; $labelUnderlineColor: $underline1; $tableDefBorderColor: $underline1; $tableAltBorderColor: $underline2; $tableDisabledBorderColor: $underline0; $warningColor: red; $warningBorderColor: $warningColor; $shadowColor: #232627; $defBigShadow: 0px 8px 4px $shadowColor; $floatingShadow: 6px 6px 6px $shadowColor;