/* Global styles for Episode Maker */

/* Prevent MudBlazor buttons from being all caps */
.mud-button-root {
    text-transform: none !important;
}
