:root {
    --primary-color: #15805e; /* main button / highlights */
    --primary-border: #134d3a; /* main button border (match header for simplicity) */
    --secondary-color: #1e1e1e; /* inset borders / shadows */
    --bg-gradient-dark: linear-gradient(
        180deg,
        #15805e 0%,
        #15805e 100%
    ); /* quickSettings header, modal bg */
    --modal-bg-dark: linear-gradient(180deg, #15805e 0%, #15805e 100%);
    --modal-header-bg: #1e1e1e; /* modal header text or background */
    --modal-text-color: #1e1e1e; /* general modal text */
    --odds-back: #15805e; /* odds back color */
    --odds-lay: #1e1e1e; /* odds lay color */
    --backed-bet: rgba(21, 128, 94, 0.72); /* backed bet bg */
    --layed-bet: rgba(30, 30, 30, 0.77); /* layed bet bg */
    --notification-success: #15805e;
    --notification-error: #1e1e1e;
    --notification-info: #15805e;
    --header-bg: rgb(21, 128, 94);
    --site-header-bg: linear-gradient(180deg, #15805e 0%, #15805e 100%);
    --white: #000;
    --black: #fff;
    --transparent: transparent;
    --logo-status : none;
}
