:root {
    /* colors */
    --pp-colors-green:       #74b32a;
    --pp-colors-green-light: #8aac47;
    --pp-colors-dark:        #1e1e25;
    --pp-colors-dark-mid:    #2d2d2d;
    --pp-colors-grey:        #f3f3f3;
    --pp-colors-grey-mid:    #ededed;

    /* semantic aliases */
    --pp-colors-primary:   var(--pp-colors-green);
    --pp-colors-secondary: var(--pp-colors-green-light);
    --pp-colors-bg:        var(--pp-colors-grey);

    /* spacing */
    --pp-space-xs:  8px;
    --pp-space-sm: 16px;
    --pp-space-md: 28px;
    --pp-space-lg: 40px;
    --pp-space-xl: 64px;
}

footer#main-footer {
    display: none !important;
}

@media only screen and (max-width: 1000px) {
    body,
    .home {
        overflow-x: hidden !important;
    }
}
