:root {
    --color-primary: #3DA79E;
    --color-primary-text: #000000;
    --color-primary-hover: #358a83;
    --color-primary-element: #3DA79E;
    --color-primary-element-hover: #4bbdb3;
    --color-primary-element-text: #000000;
    --color-primary-element-text-dark: #121212;
    --color-primary-light: #1a2524;
    --color-primary-light-hover: #252f2e;
    --color-primary-light-text: #b1dbd8;
}

/*




*/

html {
    background-image: url(/shared/dwhy-background-pattern-75.webp);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/*




*/

main.content {
    min-height: calc(100vh - 600px)
}
/*




*/
