/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
Version: 1.0
*/
:root {
    --form--border-color: hsl(120 20% 85%);
    --form--border-radius: 5px;
    --form--color-text: #222;
    --form--spacing-unit: 0.75rem;
    --form--border-width: 1px;
    --footer--color-text: #628462;
    --footer--color-link: #628462;
    --brand-strong-color-on-light: #000;
    --footer--bg-color-light: #e3e3e3;
    --footer--bg-color-dark: #d5d5d5;
    --footer--font-family: Manrope, sans-serif;
}

.site-main {
    padding-top: 0;
}