﻿/**
 * $Id: fonts.css 3255 2016-02-25 05:32:44Z sarika $
 * @since    File available since Release 0.0.18
 * @fileversion  1  
 * Note: This is added for research module
 *
 */
@font-face {
    font-family: 'futura_lightregular';
    src: url('/app/fonts/futura__light_-webfont.eot');
    src: url('/app/fonts/futura__light_-webfont.eot?') format('embedded-opentype'),
         url('/app/fonts/futura__light_-webfont.woff2') format('woff2'),
         url('/app/fonts/futura__light_-webfont.woff') format('woff'),
         url('/app/fonts/futura__light_-webfont.ttf') format('truetype'),
         url('/app/fonts/futura__light_-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('/app/fonts/futura-book-bt-webfont.eot');
    src: url('/app/fonts/futura-book-bt-webfont.eot?') format('embedded-opentype'),
         url('/app/fonts/futura-book-bt-webfont.woff2') format('woff2'),
         url('/app/fonts/futura-book-bt-webfont.woff') format('woff'),
         url('/app/fonts/futura-book-bt-webfont.ttf') format('truetype'),
         url('/app/fonts/futura-book-bt-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/app/fonts/opensans-regular-webfont.eot');
    src: url('/app/fonts/opensans-regular-webfont.eot?') format('embedded-opentype'),
         url('/app/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('/app/fonts/opensans-regular-webfont.woff') format('woff'),
         url('/app/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('/app/fonts/opensans-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('/app/fonts/lato/Lato-Regular.woff2') format('woff2'),
        url('/app/fonts/lato/Lato-Regular.woff') format('woff'),
        url('/app/fonts/lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/app/fonts/lato/Lato-Bold.woff2') format('woff2'),
        url('/app/fonts/lato/Lato-Bold.woff') format('woff'),
        url('/app/fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/app/fonts/lato/Lato-Light.woff2') format('woff2'),
        url('/app/fonts/lato/Lato-Light.woff') format('woff'),
        url('/app/fonts/lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*=============================== Typography =============================== */
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-family: 'futura_lightregular','open_sansregular',Arial,sans-serif;
	font-weight: normal;
	color:#333333;
}
h5,h6,.font-arial{
	font-family: Arial,Helvetica,sans-serif;
}
h1{ font-size:40px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
.bold{font-weight:600;}

