@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import '../libs/bootstrap-5.0.1-dist/font/bootstrap-icons.css';

*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

span, strong, b{
    font-family: 'Roboto', sans-serif;
}

body{
    background-color: #eee;
    font-family: 'Roboto', sans-serif;
    /* overflow: hidden; */
}

#container-custom{
    padding-right: 45px;
    padding-left: 45px;
    height: calc(100dvh - 6.5rem);
    padding-top: 6.5rem;
}

.five-cols{
    flex: 0 0 auto;
    width: calc(100% / 5) !important;
}
.seven-cols{
    flex: 0 0 auto;
    width: calc(100% / 7) !important;
}
.eight-cols{
    flex: 0 0 auto;
    width: calc(100% / 8) !important;
}

