/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

/* Body text */
body, p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/* Buttons */
button, .wp-block-button__link {
    font-family: 'Anton', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* Captions */
.wp-caption-text {
    font-family: 'Lora', serif;
}