.futura {
    font-family: "Futura PT Book", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.circe-100 {
    font-family: 'Circe';
    font-weight: 100;
    font-style: normal;
}

.circe-200 {
    font-family: 'Circe';
    font-weight: 200;
    font-style: normal;
}

.circe-300 {
    font-family: 'Circe';
    font-weight: 300;
    font-style: normal;
}

.circe-400 {
    font-family: 'Circe';
    font-weight: 400;
    font-style: normal;
}

.circe-600 {
    font-family: 'Circe';
    font-weight: 600;
    font-style: normal;
}

.circe-800 {
    font-family: 'Circe';
    font-weight: 800;
    font-style: normal;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 22px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-35 {
    font-size: 35px;
}

.first-text {
    color: #34333B;
}

.second-text {
    color: #8C8C8C
}

.white-text {
    color: #FFFFFF
}

.pointer {
    transition: .2s;
    cursor: pointer;
}

.pointer:hover {
    opacity: .6;
}

.green-text {
    color: #22BCA2
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}