@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}


body{
    display: flex; 
    background-color: black;
    color: white;
    font-family:"Roboto";
    padding: 0px;
    margin: 0px;
}

.cal-wrapper{
    min-height: 50vh;
    min-width: 100%;
}

#open-web-calendar{
    min-height: 100%;
}

#open-web-calendar .dhx_cal_date{
    color: red !important;
}

:root {
    --dhx-scheduler-regular-font-size: 50px !important;

    
}

.dhx_cal_date{
    font-size: 50px !important;
}

:root .event{
    color: red;
}