@font-face {
    font-family: segue;
    src: url("fonts/SegoeUI.ttf");
}

@font-face {
    font-family: segue-semibold;
    src: url("fonts/SegoeUI-Bold.ttf");
}

* {
    margin: 0;
    font-family: segue;
    font-weight: normal;
    text-decoration: none;
    font-size: 1.5rem;
}

.bolb {
    font-family: segue-semibold;
    font-weight: normal;
}

body {}

.f_small {
    font-size: 1.2rem;
}

.f_normal {
    font-size: 1.6rem;
}

.f_big {
    font-size: 1.8rem;
}