@import url('https://fonts.googleapis.com/css?family=Heebo&display=swap');
html,
body {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #001928;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Heebo, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.62469rem;
}

h3 {
    font-size: 1.1875rem;
}

h4 {
    font-size: 1.125rem;
}

a {
    color: #0075BE;
    font-weight: 700;
}