summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 06a86befa4b9a07506c167dcb9bea5588e8454cd (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
@font-face {
	font-family: EBGaramond;
	src: url(EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
	font-style: normal;
}

@font-face {
	font-family: EBGaramond;
	src: url(EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
	font-style: italic;
}

@font-face {
	font-family: FiraMono;
	src: url(FiraMono-Regular.ttf);
	font-style: normal;
}

body {
	background: #fdf3f3;
	color: DarkSlateGrey;
	font-family: EBGaramond, serif;
    font-size: large;
}

a {
	color: #1a97bf;
}

a:hover {
	color: #075d77;
}

.container {
    margin: 1em;
    max-width: 40em;
}

.title {
    font-style: italic;
	letter-spacing: -0.5px;
    font-size: larger;
}

hr {
    border: .1px DarkSlateGrey dashed;
}