blob: 3b560b7bb66306ad4065cbf0ca77ed0df35fd854 [file] [log] [blame]
@import 'examples/sass/shared/fonts';
@import 'examples/sass/shared/colors';
html {
body {
font-family: $default-font-stack;
h1 {
color: $example-red;
font-family: $modern-font-stack;
}
}
}