/*
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: #121212;
    --contrast-2: #666666;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f7fc;
    --base-3: #ffffff;
    --accent: #022366;
    --accent-2: #253ebb;
    --accent-3: #415ff1;
    --accent-4: #00b899;
}

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

