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

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
}
a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
}
a:hover, a:focus {
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}
h1, h2 {
    font-weight: 700 !important;
}
