:root {
    --c1: #eb1e24;
    --c2: #FF5E0E;
    --c3: #212529;
    --c4: #FFFFFF;
    --c5: #00593b;
    --c6: #07b5f5;
    --c7: #d7989a;
}

:root {
    --text: var(--c4);
    --bg: var(--c3);
}

:root {
    --navbar-height: 60px;
    --timing-bar-height: 30px;
}

:root {
    --content-width: 800px;
    --viewport-width: 1140px;
}