h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Light", sans-serif;
    color: #564741;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

body{
    font-family: "Roboto Light", sans-serif;
    color: #564741;;
    font-size: 15px;
    line-height: 1.5;
}