This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
body {
|
|
font-family: "Montserrat", sans-serif;
|
|
color: var(--color__body);
|
|
background-color: var(--color-bg);
|
|
|
|
font-size: 0.9em;
|
|
|
|
@media (min-width: $bp-xs) {
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
|