
:root {
    --theme-color: #0e2a4e;
}

.theme-color {
    color: var(--theme-color);
}














