/* banner text */
@font-face {
    font-family: "IM Fell English Pro";
    src: url(/fonts/FeENrm28C.otf);
    font-style: normal;
}

/* Page title Text */
@font-face {
    font-family: Raleway;
    src: url(/fonts/Raleway-Regular.ttf);
    font-weight: 400;
}

/* h1 text */
@font-face {
    font-family: MedievalSharp;
    src: url(/fonts/MedievalSharp.ttf);
    font-weight: bold;
}

/* h2 text */
@font-face {
    font-family: Arimo;
    src: url(/fonts/Arimo-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

/* h3 text */
@font-face {
    font-family: Arsenal;
    src: url(/fonts/Arsenal-BoldItalic.otf);
    font-weight: bold;
    font-style: italic;
}

/* h4 text */
@font-face {
    font-family: "Josefin Sans";
    src: url(/fonts/JosefinSans-Bold.ttf);
    font-weight: 700;
}

/* code text */
@font-face {
    font-family: "New Courier";
}