@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
:root {
    --c-dark-blue: #212838;
    --c-yellow: #FEAB2E;
    --c-blue: #1398D9;
    --c-red: #E64E03;
    --c-green: #27AA67;
    --c-gray-light: #F0F0EA;
}
html {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
h1, .h1 {
    font-size: 3.625rem;
}
h2, .h2 {
    font-size: 2.625rem;
}
h3, .h3 {
    font-size: 2.25rem;
}
h4, .h4 {
    font-size: 1.562rem;
}
