@import "layouts/header.css";
@import "layouts/footer.css";

*:focus, *:focus-visible {
    outline: none;
    box-shadow: none;
}

html {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
