@font-face{
    font-family: "tendata-bold";
    src: url('../css/front/tendata-bold.woff') format('woff');
}


@font-face {
      font-family: "tendata-heavy" ;
      src: url('../css/front/tendata-heavy.woff') format('woff');
}


.header {
    background: #FFffff;
}

.container {
    /*height: 60px;*/
    max-width: 1200px;
}
body {
    background: #f8f9fa ;
    font-family:"tendata-bold"
}
body a {
    display: block;
    color: #000;
    text-decoration: none!important;
    cursor: pointer;
}
body a:hover {
    color: #0081fa!important;
}

.carousel-indicators [data-bs-target] {
    background-color: #FFFFFF;
}


