2017-03-06 19:53:00 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
2015-03-13 17:34:29 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2015-12-12 01:21:06 +00:00
|
|
|
}
|
2015-03-13 17:34:29 +00:00
|
|
|
|
|
|
|
body {
|
2017-03-06 19:53:00 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: $body-font-color;
|
|
|
|
background-color: $white;
|
|
|
|
font-size: $font-size;
|
|
|
|
font-family: $font-family-open-sans;
|
|
|
|
font-weight: $font-weight-reg;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
|
|
|
|
2017-03-26 20:04:14 +00:00
|
|
|
h1, h2, h3, h4, h5, h5 {
|
2017-03-06 19:53:00 +00:00
|
|
|
font-family: $font-family-klavika;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|
|
|
|
|
2017-03-06 19:53:00 +00:00
|
|
|
h1 {
|
|
|
|
margin-bottom: 24px;
|
2015-03-13 17:34:29 +00:00
|
|
|
}
|