/*
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: #111111;
    --contrast-2: #1f2d3d;
    --contrast-3: #666666;
    --base: #f0f0f0;
    --base-2: #f5f8fa;
    --base-3: #ffffff;
    --accent: #ffaa00;
    --accent-2: #406080;
}

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

