aboutsummaryrefslogtreecommitdiff
path: root/crumbs/static/css/crums.css
blob: aa28ff2aad975784bb36dd81012a9ffe078d574c (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
/**************************************

   BASIC DEFINITIONS 

**************************************/



body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-variant: normal;
  /* font-size: 26px; */
  /* font-weight: 400; */
  color: #BEBEBE;
  background-color: #222222;
  background-image: none;
  line-height: 32px;
  -webkit-font-smoothing:antialiased;
  text-rendering: optimizeLegibility;
  margin: 0;
}

p {
  font-size: 22px;
  font-weight: 300;
}