2017-03-30 22:35:47 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2014-02-08 00:41:03 +00:00
|
|
|
|
|
|
|
body {
|
2017-03-30 22:35:47 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: $body-font-color;
|
|
|
|
background-color: $white;
|
|
|
|
font-size: $font-size;
|
2017-03-08 16:38:22 +00:00
|
|
|
font-family: $font-family-open-sans;
|
2017-03-30 22:35:47 +00:00
|
|
|
font-weight: $font-weight-reg;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|
|
|
|
|
2017-02-21 18:45:56 +00:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-family: $font-family-klavika;
|
2017-03-30 22:35:47 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2017-02-21 18:45:56 +00:00
|
|
|
}
|
|
|
|
|
2017-03-30 22:35:47 +00:00
|
|
|
h1 {
|
2015-11-09 21:48:29 +00:00
|
|
|
margin-bottom: 24px;
|
2014-02-08 00:41:03 +00:00
|
|
|
}
|