/* * @author Wolfgang Kowarschick * @copyright 2016 - 2021 * @license MIT */ @import 'config'; html { background-color: $background-color; } h1 { font-size: $font-size-h1; font-weight: $font-weight; line-height: $line-height-h; margin: $font-size-h1-margin; background-color: $font-background-color-h1; } p { font-size: $fontsize-p; line-height: $line-height-p; margin: $margin-p; }