@font-face {
font-family: Regular;
src: url('font/Silka-Regular.otf')
format("opentype");
}
@font-face {
font-family: Bold;
src: url('font/Silka-Bold.otf')
format("opentype");
}
@font-face {
font-family: Light;
src: url('font/Silka-Light.otf')
format("opentype");
}
@font-face {
font-family: Medium;
src: url('font/Silka-Medium.otf')
format("opentype");
}
@font-face {
font-family: Thin;
src: url('font/Silka-Thin.otf')
format("opentype");
}
@font-face {
font-family: SemiBold;
src: url('font/Silka-SemiBold.otf')
format("opentype");
}


 body {
   font-family: Regular, Hevetica, Arial, sans-serif;
   font-size: 100%;
   /*overflow-x: hidden;*/
 }



.f_light{
    font-family: Light;
}

.f_semi_bold{
    font-family: SemiBold;
}

.f_medium{
    font-family: Medium;
}

.f_following{
    font-size: 1.77vh
}

.f_heading{
    font-size: 3.23vh
}

.f_text{
    font-size: 1.56vh
}