/* Bernard site-wide stylesheet. This site uses one stylesheet per page, so rules
 * that must apply to EVERY page live here — it is linked last in each page's
 * <head>, after the page's own sheet, so its rules win the cascade. */
body > main > section:nth-of-type(1) > div > div > p {
    color: #FF8C00
}
body > main > section:nth-of-type(1) {
    padding-bottom: 24px;
    padding-top: 24px
}
body > main > section:nth-of-type(1) > div > div > h2 {
    font-size: calc(var(--heading-2-size-value, 2.2) * 1rem - 16px)
}
