:root {
    --color-1: #007ea8;
    --color-2: #1c8000;
    --color-3: #000000;
    --color-4: #000000;
    --font-h1: 'Roboto', sans-serif;
    --size-h1: 24px;
    --font-h2: 'Roboto', sans-serif;
    --size-h2: 24px;
    --font-h3: 'Roboto', sans-serif;
    --size-h3: 24px;
    --font-h4: 'Roboto', sans-serif;
    --size-h4: 24px;
    --font-h5: 'Roboto', sans-serif;
    --size-h5: 24px;
}

h1 {
    font-family: var(--font-h1) !important;
    font-size: var(--size-h1) !important;
}
h2 {
    font-family: var(--font-h2) !important;
    font-size: var(--size-h2) !important;
}
h3 {
    font-family: var(--font-h3) !important;
    font-size: var(--size-h3) !important;
}
h4 {
    font-family: var(--font-h4) !important;
    font-size: var(--size-h4) !important;
}
h5 {
    font-family: var(--font-h5) !important;
    font-size: var(--size-h5) !important;
}
