body {
    color: #1a1b1f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Space Grotesk', sans-serif;
    background-color: #ffc600;
}

.tovera-logo {
    position: static;
    display: block;
    width: 240px;
    margin: 20px auto;
    -o-object-fit: fill;
    object-fit: fill;
}

.tovera-logo.logo-yellow {
    width: 240px;
}

.tovera-logo.left.logoleft {
    width: 200px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 62px;
    font-weight: 400;
}

h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 46px;
    font-weight: 400;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

img {
    display: block;
}
