/* Theme Color CSS  */

:root {
    --theme_primary: #00ACB1;
    --theme_primary: rgb(218, 165, 32);
    --theme_dark: #005963;
    --theme_dark: #000;
}






