:root {
    --paraFont: 'Montserrat', sans-serif;
    --headingFont: 'Montserrat', sans-serif;
}

h1, h2, h3 {
    font-family: var(--headingFont);
}
