:root {
    --index: calc(1vw + 1vh);
    --bgColor: #28523A;
    --textHColor: #F7F7F7;
    --supportColor: #49554E;
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald-VariableFont_wght.woff2);
}

@font-face {
    font-family: 'Bebas Neue';
    src: url(../fonts/BebasNeue-Regular.woff2);
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-VariableFont_opsz\,wght.woff2);
}

[x-cloak] { display: none !important; }

.content_site, .line_down, .step-circle {
   will-change: transform, opacity;
}

body, html {
  overflow-y: scroll; 
  scrollbar-width: none;
}


#calendar1 .fc-scrollgrid {
    border: none !important;
}


#calendar1 .fc-scrollgrid {
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar1 .fc-col-header-cell {
    background-color: #2A2A2A; 
    color: #ffffff;  
    border: 0px;     
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
    padding: 0.25rem 0;
}

#calendar1 .fc-daygrid-day {
    background-color: #1A1A1A; 
    color: #EAEAEA;
    border: 1px solid #2A2A2A;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}


#calendar1 .fc-event {
    border: 0px;
    color: #fffefe;
    border-radius: 0;
    font-size: 0.65rem;
    padding: 0.1rem 0.2rem;
}

.fc .fc-toolbar button {
    background-color: #1A1A1A;
    color: #EAEAEA;
    border: 1px solid #2A2A2A;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 1.5rem;
    transition: all 0.2s;
}

.fc .fc-toolbar button:hover {
    background-color: #AD8042;
    color: #1A1A1A;
}

