diff options
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/styles/shared.scss b/styles/shared.scss new file mode 100644 index 0000000..62d1612 --- /dev/null +++ b/styles/shared.scss @@ -0,0 +1,25 @@ +$mainFontStack: 'Sen Variable', 'Arial', system-ui, sans-serif; +$monoFontStack: 'Fira Code', 'Consolas', monospace; + +$accent: hsl(215, 89%, 55%); +$accentLight: hsl(215, 89%, 69%); +$accentDark: hsl(215, 89%, 42%); +$dark: hsl(340, 13%, 5%); +$light: hsl(214, 64%, 98%); +$lightAlt: hsl(0, 0%, 100%); + +$shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); + +$floatingRadius: 0.5rem; + +$breakpointTablet: 480px; +$breakpointDesktop: 1024px; + +:root { + font: 400 16px/1.65 $mainFontStack; +} + +%tracking-tight { + letter-spacing: -0.05em; +} + |
