@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
    font-family: "Manrope", sans-serif;
}
h1{
    font-family: "Manrope", sans-serif;
    font-size:45px;
    line-height:normal;
    font-weight:700;
}
h2,h3,h4,h5{
    font-family: "Manrope", sans-serif;
}
p{
    font-family: "Manrope", sans-serif;
    font-size:16px;
    line-height:24px;
    font-weight:400;
}
a{
    font-family: "Manrope", sans-serif;
}
.footer-text, .footer-text>a{
    font-size:16px;
    font-weight:400;
    color:#fff;
}