2015-07-12 21:01:42 +02:00
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
html {
|
2015-07-15 23:55:49 +02:00
|
|
|
background-color: #f8f8f8;
|
2015-07-12 21:01:42 +02:00
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-family: $text;
|
|
|
|
font-size: $fs-m;
|
|
|
|
line-height: 1.4em;
|
|
|
|
color: #444;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|