/* c1 css */
:root {
    /* --main-color: #374793; */
    --main-color: #b5121b;
    --sub-color: #7181cd;
    --bg-color: #eeeeee;
    --bg-item: white;
    --button-color: #b5121b;
    --title-color: black;
    --title-font: 18px;
    --text-font: 14px;
    --spacing1x: 8px;
    --spacing2x: 16px;
    --spacing3x: 24px;
    --spacing4x: 32px;
    --spacing5x: 48px;
}