@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

html {
    font-size: 62.5%;
}

body {
    font-family: 'Secular One', sans-serif;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
    line-height: 1.3;
}

a {
    text-decoration: none;

}
