@font-face {
    font-family: ovgFonti;
    src: url(assets/fonts/KonnectRegular.otf);
  }
  
* {
    font-family: ovgFonti;
}

h1 {
    font-size: clamp(1.75rem, 2vw - 1.25rem, 5rem);
}

body {
    font-size: clamp(0.875rem, 2vw - 1.25rem, 2rem);
}

.container-fluid {
    height: 100vh;
}

.container-sakums {
    background-color: #AE5C50;
    color: #EEDEDC;
}

.container-stundu-laiki {
    background-color: #4D5059;
    color: #EEDEDC;
}

.table-custom td, .table-custom tr {
    background-color: transparent !important;
    border-color: #EEDEDC;
    color: #EEDEDC;
}

#ww_ea2a1a0d0d3a9 {
    font-size: 1em !important;
  }

  
/* -------Stundu izmaiņas------- */

.container-stundu-izmainas {
    background-color: #fff;
    color: #4D5059;
}

.table-st-izmainas td {
    text-align: center;
    border: 1px solid #4D5059;
}

.table-st-izmainas .row-1 td, .table-st-izmainas .row-2 td, .table-st-izmainas .row-3 td {
    border: none;
}

.table-st-izmainas .row-2 td {
    text-align: left;
    padding-bottom: 20px;
    font-weight: 800;
}

.table-st-izmainas .row-4 {
    background-color: #7E864A;
    color: #fff;
    font-weight: 500;
}


/* -------Pulkstenis------- */

.clock-time {
    font-size: 0;
}




