
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Ubuntu:wght@300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}

img{
    height: auto;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #221B3F;
}

a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #221B3F;
    font-size: 17px;
}

ul {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #221B3F;
    font-size: 19px;
}

.links-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.footer-ul {
    font-family: 'Open Sans', sans-serif; 
    color: #ec1e79;
    font-size: 16px;
}