// Text selection background color ::selection { background-color: var(--wp--custom--color--selection); color: var(--wp--custom--color--background); } .has-body-font-font-family { font-family: var(--wp--custom--body--typography--font-family) !important; } .has-heading-font-font-family, .wp-block-site-title, .page-title { font-family: var(--wp--custom--heading--typography--font-family) !important; } .marquee { line-height: inherit; } body { font-feature-settings: "liga" 1; // ligatures ON p, h1, h2, h3, h4, h5, h6 { @include above-mobile() { margin-top: var(--wp--custom--margin--vertical); margin-bottom: var(--wp--custom--margin--vertical); } @include break-small-only() { margin-top: 20px; margin-bottom: 20px; } &:first-child { margin-top: 0; } &:last-child { margin-bottom: 0; } } } .entry-content, .is-root-container { p, h1, h2, h3, h4, h5, h6 { &:first-child { margin-top: 0; } &:last-child { margin-bottom: 0; } } }