// This is a partial. // It lies in <source>/_sass, just waiting to be imported. // It does not contain the YAML front matter and has no corresponding output file in the built site.
body {
font-family: 'Roboto', sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 18px; line-height: 1.5; color: $color-calm-grey-darkest; background-color: $body-bg;
}
h1, .h1 {
font-weight: normal;
}
// — Default layout typography styles — main .layout-default {
& h1:first-child { font-size: 1.75rem; margin-bottom: 2rem; } h2 { margin-top: 2rem; } h3 { color: $color-calm-grey-darkest; margin-top: 2rem; } @include media-breakpoint-up(lg) { & h1:first-child { font-size: $font-size-h1; } }
}