@font-face {
    font-family: "narrow";
    font-weight: normal;
    font-style: normal;
    src: url("/fonts/PragatiNarrow-Regular.ttf") format( "truetype" );
}

@font-face {
    font-family: "narrow";
    font-weight: bold;
    font-style: normal;
    src: url("/fonts/PragatiNarrow-Bold.ttf") format( "truetype" );
}

/* Serif font */
@font-face {
    font-family: 'Lora';
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/Lora-BoldItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lora';
    font-weight: bold;
    src: url("/fonts/Lora-Bold.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lora';
    font-style: italic;
    src: url("/fonts/Lora-Italic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lora';
    src: url("/fonts/Lora-Regular.ttf") format( "truetype" );
}

/* Sans-Serif font */
@font-face {
    font-family: 'Ubuntu';
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/Ubuntu-BoldItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: bold;
    src: url("/fonts/Ubuntu-Bold.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: medium;
    font-style: italic;
    src: url("/fonts/Ubuntu-MediumItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: medium;
    src: url("/fonts/Ubuntu-Medium.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    font-style: italic;
    src: url("/fonts/Ubuntu-Italic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: normal;
    src: url("/fonts/Ubuntu-Regular.ttf") format( "truetype" )
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: light;
    font-style: italic;
    src: url("/fonts/Ubuntu-LightItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Ubuntu';
    font-weight: light;
    src: url("/fonts/Ubuntu-Light.ttf") format( "truetype" )
}

@font-face {
    font-family: 'Lato';
    font-weight: black;
    font-style: italic;
    src: url("/fonts/Lato-BlackItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: black;
    src: url("/fonts/Lato-Black.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/Lato-BoldItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: bold;
    src: url("/fonts/Lato-Bold.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: normal;
    font-style: italic;
    src: url("/fonts/Lato-Italic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: normal;
    src: url("/fonts/Lato-Regular.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: light;
    font-style: italic;
    src: url("/fonts/Lato-LightItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: light;
    src: url("/fonts/Lato-Light.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: thin;
    font-style: italic;
    src: url("/fonts/Lato-ThinItalic.ttf") format( "truetype" );
}
@font-face {
    font-family: 'Lato';
    font-weight: thin;
    src: url("/fonts/Lato-Thin.ttf") format( "truetype" );
}
