@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;700&display=swap');.mdi-magnify:before {color:#0065bd}
:root {
--vp-color-blue: #0065bd;
}

h1, h2, h3, .list__topic {
  font-family: 'Nunito', sans-serif !important;
  font-weight: bold;
}
header, .header__navigation, .shadow, .shadow-lg {
box-shadow:none !important;
}
h1, h2{
color:#0065bd
}
.footer--alignment {
justify-content:center;
}