aboutsummaryrefslogtreecommitdiff
path: root/styles/shared.scss
blob: 22a7292d1e4c5ed9f3b49f4d25ace2cd43873547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$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%);
$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;
}