aboutsummaryrefslogtreecommitdiff
path: root/src/styles/typography.css
blob: c1eefbd5e1bb8ba8c8994c32111b0a867d8e4672 (plain) (blame)
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
26
27
28
29
30
31
32
33
/* Kosugi, M PLUS 1 Code */
/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;550;700;800&display=swap'); */
@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=DM+Sans:400,500,600,700&display=swap');

body {
	font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1em;
	line-height: 1.5;
	/* font-weight: 300; */
	/* text-shadow: 0 0 0.25em var(--base01); */
	padding: 1.25rem;
}

#wrapped {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	text-shadow: none;
}

.opaque {
	opacity: 1;
	position: relative;
	z-index: -1;
}

.true-opaque {
	opacity: 0.5;
	position: relative;
	z-index: -1;
}