/*
 Theme Name:   UCSF
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty One Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyone-child
*/

:root {
    --global--color-background: var(--global--color-white);
    --global--font-primary: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    --entry-content--font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    --heading--font-weight: 700;
    --heading--font-weight-page-title: 700;
}

@media only screen and (min-width: 482px) {
    :root {
        --responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 970px);
    }
}
@media only screen and (min-width: 822px) {
    :root {
        --responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 970px);
    }
}
