2017-03-30 18:35:47 -04:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
2014-02-07 16:41:03 -08:00
|
|
|
|
|
|
|
body {
|
2017-03-30 18:35:47 -04:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: $body-font-color;
|
|
|
|
background-color: $white;
|
|
|
|
font-size: $font-size;
|
2017-03-08 08:38:22 -08:00
|
|
|
font-family: $font-family-open-sans;
|
2017-03-30 18:35:47 -04:00
|
|
|
font-weight: $font-weight-reg;
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
|
|
|
|
2017-02-21 10:45:56 -08:00
|
|
|
h1, h2, h3, h4, h5 {
|
|
|
|
font-family: $font-family-klavika;
|
2017-03-30 18:35:47 -04:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2017-02-21 10:45:56 -08:00
|
|
|
}
|
|
|
|
|
2017-03-30 18:35:47 -04:00
|
|
|
h1 {
|
2015-11-09 13:48:29 -08:00
|
|
|
margin-bottom: 24px;
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
|
|
|
|
2017-03-30 18:35:47 -04:00
|
|
|
// Avoid FOUT
|
|
|
|
.wf-loading {
|
|
|
|
visibility: hidden;
|
2014-05-01 10:49:30 -07:00
|
|
|
}
|
2015-11-09 15:39:34 -08:00
|
|
|
|
2017-03-30 18:35:47 -04:00
|
|
|
.wf-active, .wf-inactive {
|
|
|
|
visibility: visible;
|
2015-11-09 15:39:34 -08:00
|
|
|
}
|