* {
    font-family: 'Covered By Your Grace', san-serif;
    font-size: 16px;
    line-height: 1.6;
}

h1, h2, h3 {
    font-family: 'Carter One', sans-serif;
    color: var(--colorDkBlue);
}

h2 {
    font-size: 2.7rem;
    letter-spacing: 2px;
    margin-bottom: 24px;
    line-height: 1.05;

    @media (min-width: 768px) {
        font-size: 3rem;
    }
}

.button {
    font-family: 'Carter One', sans-serif;
}

p,
p > * {
    font-family: 'Covered By Your Grace', san-serif;
    font-size: 1.2rem;
}

p a {
    text-decoration: none;
    transition: all 250ms ease-in-out;
}

p a:hover {
    text-decoration: underline;
}