/*
Defaults from generatepress theme (actual colors could have been overridden with customizer);
We add them under non existing element so IDE doesn't throw warnings
 */
#non-existing-element-id {
    --contrast: #fff;
    --contrast-2: #fff;
    --contrast-3: #fff;
    --base: #fff;
    --base-2: #fff;
    --base-3: #fff;
}

:root {
    --box-shadow-main: none;
    --border-radius-main: 0px;
}

