
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree-latin-400-normal.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree-latin-500-normal.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/figtree-latin-600-normal.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body > div:nth-child(2){
    display: none;
}

body > div:nth-child(3){
    display: none;
}
span.is-square {
    width: 15px;
    height: 15px;
    display: block;
}
span.is-darkBlue-square {
    background-color: #203b48;
}

span.is-blue-square {
    background-color: #205fa9;
}

span.is-violet-square {
    background-color: #8A2BE2;
}

span.is-orange-square {
    background-color: orange;
}

span.is-green-square {
    background-color: green;
}

span.is-red-square {
    background-color: red;
}

.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time {
    display: none;
}

