

/* IMPORT GLOBAL STYLE */
@import url('./partials/reset.css');

/* IMPORT HEADER AND FOOTER */
@import url('./partials/header.css');
@import url('./partials/footer.css');

/* IMPORT CAROUSSEL STYLE */
@import url('./partials/caroussel.css');

/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

body {
    font-family: 'Lato', sans-serif !important;
}

a {
    color: var(--main-dark-red);
}