:root {
    /* --font-family-text: "M PLUS 2", sans-serif; */
    --font-family-header: "Racing Sans One", sans-serif;
}


body {
    text-align: center;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: var(--font-family-header);
    color: var(--primary-color);
}

h2 {
    font-size: 2rem;
}

strong {
    font-weight: 700;
}