@font-face {
    font-family: arial;
    src: url("fonts/arial.ttf");
}

@font-face {
    font-family: logo;
    src: url("fonts/agencyb.ttf");
}

@font-face {
    font-family: cyber;
    src: url("fonts/SquadRegular.ttf");
}


.bolb {
    font-weight: bold;
}

html {
    line-height: 28px;
    font-size: 16px;
    font-family: arial;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.05rem;
}

.logo {
    font-family: logo;
    font-size: 32px;
    font-weight: normal;
}

.cyber {
    font-family: cyber;
    font-size: 150px;
    font-weight: normal;
    line-height: 120px;
}

.f_s_-1 {
    font-size: 11px;
}

.f_s_0 {
    font-size: 14px;
}

.f_s_1 {
    font-size: 16px;
}

.f_s_2 {
    font-size: 20px;
}

.f_s_3 {
    font-size: 24px;
}

.f_s_4 {
    font-size: 28px;
}

.f_s_5 {
    font-size: 32px;
}
.f_s_6 {
    font-size: 40px;
}

.f_h_-1 {
    line-height: 20px;
}

.f_h_0 {
    line-height: 24px;
}

.f_h_1 {
    line-height: 28px;
}

.f_h_2 {
    line-height: 40px;
}

.f_h_3 {
    line-height: 52px;
}

.f_h_4 {
    line-height: 64px;
}

.f_h_5 {
    line-height: 76px;
}

.f_ls_0 {
    letter-spacing: 0rem;
}
.f_ls_1 {
    letter-spacing: 0.05rem;
}