diff options
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 46afa45..357ba7e 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -1,29 +1,5 @@ -$titleFontStack: "Beiruti", "Arial", system-ui, sans-serif; -$mainFontStack: "Sen Variable", "Arial", system-ui, sans-serif; -$monoFontStack: "Fira Code", "Consolas", monospace; - -$accent: hsl(209, 94%, 42%); -$accentLight: hsl(215, 90%, 60%); -$accentDark: hsl(215, 90%, 30%); -$secondary: hsl(48, 100%, 50%); -$dark: hsl(340, 13%, 5%); - -$background: hsl(210, 40%, 96%); -$light: hsl(214, 64%, 98%); -$lightAlt: hsl(0, 0%, 100%); - -$noteBackground: hsl(210, 40%, 86%); -$noteText: hsl(210, 40%, 40%); - -$warningBackground: hsl(40, 100%, 90%); -$warningText: hsl(40, 100%, 30%); - -$shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); - -$floatingRadius: 0.5rem; - -$breakpointTablet: 480px; -$breakpointDesktop: 1024px; +@use "./variables" as *; +@use "./alert"; :root { font: 400 16px/1.65 $mainFontStack; |
