@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2em;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.75em;
}

h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
}

h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

div {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.1em;
}

code, pre {
    font-family: 'Roboto Condensed', monospace;
    font-weight: 400;
    font-size: 0.9em;
}