/* 
 * Leave theme file empty to use default variables.
 * Overwrite variables to change them.
 * Only CSS variables can be changed. SCSS variables are not supported.
 */
:root {
    --layout-header-background-color: black;
    --webshipper-header-background-color: #f0ff00;
    --webshipper-header-background-color-light: #f2ff1a;
    --webshipper-header-text-color: black;
}