:root {
    --mourosub-light-color: 0, 150, 200;
    --mourosub-dark-color: 32, 63, 112;
    
    --mourosub-light-blue: rgb(var(--mourosub-light-color));
    --mourosub-light-blue-border: #4ac1e2;
    --mourosub-dark-blue: rgb(var(--mourosub-dark-color));
    --mourosub-dark-blue-border: #001a61;

    --mourosub-red: rgb(191, 66, 65);
	--mourosub-green: rgb(9, 179, 24);
    --mourosub-yellow: rgb(199, 151, 20);

    --fc-button-bg-color: var(--mourosub-dark-blue) !important;
    --fc-button-border-color: var(--mourosub-dark-blue-border) !important;
    --fc-button-hover-bg-color: var(--mourosub-light-blue) !important;
    --fc-button-hover-border-color: var(--mourosub-light-blue-border) !important;
    --fc-bg-event-color: var(--mourosub-light-blue) !important;
    --fc-highlight-color: rgb(191, 66, 65, 0.2) !important;
}
