aboutsummaryrefslogtreecommitdiff
path: root/styles/shared.scss
blob: 62d1612d6b13a435dbf36f347a56a5c5e8227f02 (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(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;
}