aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
blob: ebb3fc5980c6d9bcb4b51b3eba3b7ed8f0529db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
:root {
	font-size: calc(1vw + 0.6em);
	font-family: 'Pitagon Sans Mono', monospace;
	letter-spacing: 0.04em;
    	overscroll-behavior: none;
}
@media (min-width: 50em) {
	:root {
		font-size: 1.125em;
	}
}

:root {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}