:root {
    --theme-primary: #013b23;
    --theme-primary-rgb: rgb(1, 59, 35);
    --theme-secondary: #056e43;
    --theme-secondary-rgb: rgb(5, 110, 67);
    --theme-primary-text-emphasis: #056e43;
    
    --theme-logo-url: url("https://via.placeholder.com/50x50?text=Logo");
}
