body {
    font-family: 'Outfit', sans-serif;
}

h1 {
    font-family: 'Inknut Antiqua', serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 72px;
}
h2 {
    font-family: 'Inknut Antiqua', serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}
h3 {
    font-family: 'Inknut Antiqua', serif;   
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}
p {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
nav a {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
nav a:hover {
    text-decoration: underline;
}
.boton {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    border: 1px solid #050061;
    background-color: #FFFFFF;
    color: #050061;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}
.boton:hover {
    background-color: #050061;
    color: #FFFFFF;
    text-decoration: none;
}
