@tailwind base;
@tailwind components;
@tailwind utilities;

.react-calendar{
    width: 100% !important;
    border: none !important;
    font-family: "Segoe UI", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500;
}

.react-calendar__navigation__label__labelText{
    font-weight: 800;
}

.react-calendar__tile--active{
    background-color: yellow !important;
    color: black !important;
}
/* Importing Google font - Open Sans */
