@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@300;400;500&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Advent Pro', cursive;
}

a,
span {
    font-family: 'Advent Pro', sans-serif;
}

p {
    font-family: 'Advent Pro', sans-serif;

}