/* Light */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/* Light Oblique */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_lightoblique.otf") format("opentype");
    font-weight: 300;
    font-style: oblique;
}

/* Regular */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/* Oblique */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_oblique.otf") format("opentype");
    font-weight: 400;
    font-style: oblique;
}

/* Bold */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/* Bold Oblique */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_boldoblique.otf") format("opentype");
    font-weight: 700;
    font-style: oblique;
}

/* Cyrillic Oblique */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_cyr_oblique.ttf") format("truetype");
    font-weight: 400;
    font-style: oblique;
}

/* Cyrillic Bold Oblique */
@font-face {
    font-family: "Helvetica";
    src: url("helvetica_cyr_boldoblique.ttf") format("truetype");
    font-weight: 700;
    font-style: oblique;
}

/* Regular */
@font-face {
    font-family: "El Messiri";
    src: url("ElMessiri-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "El Messiri";
    src: url("ElMessiri-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* SemiBold */
@font-face {
    font-family: "El Messiri";
    src: url("ElMessiri-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "El Messiri";
    src: url("ElMessiri-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}