body{
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

h1{
    font-style: normal;
    font-weight: 600;
    font-size: 80px;
    line-height: 96px;
}

h2{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

h3{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
}

h4{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
}

.regular{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.rich_text{
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 32px;
}

.accent_text{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 64px;
}

.minimized_text{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
}

.list_text{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
}


