/* =============================================
   Custom overrides for 2020 Atipik static archive
   ============================================= */

/* --- GLOBAL FONT: Nunito everywhere --- */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');

body,
p,
h1, h2, h3, h4, h5, h6,
a,
li,
span,
div,
td, th,
input, textarea, select, button,
.navbar,
.nav-link,
.navbar-brand,
.btn,
footer {
  font-family: 'Nunito', 'Helvetica Neue', Arial, sans-serif !important;
}

/* --- FOOTER --- */
footer.container-fluid {
  background-color: #1a1a2e !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 20px 0 !important;
}
footer.container-fluid a {
  color: rgba(255, 255, 255, 0.9) !important;
}
