/*
Theme Name: Twenty Twenty Child
Theme URI: https://example.com/twentytwenty-child
Description: Child theme for Twenty Twenty with a full-width page template.
Author: Codex
Template: twentytwenty
Version: 1.2.1
Text Domain: twentytwenty-child
*/

body.page-template-page-fullwidth #site-content,
body.page-template-page-fullwidth .fullwidth-page-template,
body.page-template-page-fullwidth .fullwidth-page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.page-template-page-fullwidth .fullwidth-page-content > *,
body.page-template-page-fullwidth .fullwidth-page-content > .wpb-content-wrapper > * {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

p {font-family: 'PlutoRegular';}