@charset "UTF-8";

/* Light */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Light'),
		 local('ubuntu-light'),
		 url('ubuntu-light.eot') format('embedded-opentype'),
		 url('ubuntu-light.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-light.woff2') format('woff2'),
         url('ubuntu-light.woff') format('woff'),
         url('ubuntu-light.svg#ubuntulight') format('svg'),
		 url('ubuntu-light.ttf') format('ttf'),
		 url('ubuntu-light.otf') format('otf');
    font-weight: 300;
    font-style: normal;
}
/* Light Italic */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Light Italic'),
		 local('ubuntu-lightitalic'),
		 url('ubuntu-lightitalic.eot') format('embedded-opentype'),
		 url('ubuntu-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-lightitalic.woff2') format('woff2'),
         url('ubuntu-lightitalic.woff') format('woff'),
         url('ubuntu-lightitalic.svg#ubuntulight_italic') format('svg'),
		 url('ubuntu-lightitalic.ttf') format('ttf'),
		 url('ubuntu-lightitalic.otf') format('otf');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Regular'),
		 local('ubuntu-regular'),
		 url('ubuntu-regular.eot') format('embedded-opentype'),
		 url('ubuntu-regular.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-regular.woff2') format('woff2'),
         url('ubuntu-regular.woff') format('woff'),
         url('ubuntu-regular.svg#ubunturegular') format('svg'),
		 url('ubuntu-regular.ttf') format('ttf'),
         url('ubuntu-regular.otf') format('otf');
    font-weight: 400;
    font-style: normal;
}
/* Regular Italic */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Italic'),
		 local('ubuntu-italic'),
		 url('ubuntu-italic.eot') format('embedded-opentype'),
		 url('ubuntu-italic.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-italic.woff2') format('woff2'),
         url('ubuntu-italic.woff') format('woff'),
         url('ubuntu-italic.svg#ubuntuitalic') format('svg')
		 url('ubuntu-italic.ttf') format('ttf'),
         url('ubuntu-italic.otf') format('otf');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium'),
		 local('ubuntu-medium'),
		 url('ubuntu-medium.eot') format('embedded-opentype'),
		 url('ubuntu-medium.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-medium.woff2') format('woff2'),
         url('ubuntu-medium.woff') format('woff'),
         url('ubuntu-medium.svg#ubuntumedium') format('svg')
		 url('ubuntu-medium.ttf') format('ttf'),
         url('ubuntu-medium.otf') format('otf');
    font-weight: 500;
    font-style: normal;
}
/* Medium Italic */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium Italic'),
		 local('ubuntu-mediumitalic'),
		 url('ubuntu-mediumitalic.eot') format('embedded-opentype'),
		 url('ubuntu-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-mediumitalic.woff2') format('woff2'),
         url('ubuntu-mediumitalic.woff') format('woff'),
         url('ubuntu-mediumitalic.svg#ubuntumedium_italic') format('svg')
		 url('ubuntu-mediumitalic.ttf') format('ttf'),
         url('ubuntu-mediumitalic.otf') format('otf');
    font-weight: 500;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Bold'),
		 local('ubuntu-bold'),
		 url('ubuntu-bold.eot') format('embedded-opentype'),
		 url('ubuntu-bold.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-bold.woff2') format('woff2'),
         url('ubuntu-bold.woff') format('woff'),
         url('ubuntu-bold.svg#ubuntubold') format('svg'),
		 url('ubuntu-bold.ttf') format('ttf'),
         url('ubuntu-bold.otf') format('otf');
    font-weight: 700;
    font-style: normal;
}
/* Bold Italic */
@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Bold Italic'),
		 local('ubuntu-bolditalic'),
		 url('ubuntu-bolditalic.eot') format('embedded-opentype'),
		 url('ubuntu-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('ubuntu-bolditalic.woff2') format('woff2'),
         url('ubuntu-bolditalic.woff') format('woff'),
         url('ubuntu-bolditalic.svg#ubuntubold_italic') format('svg'),
		 url('ubuntu-bolditalic.ttf') format('ttf'),
         url('ubuntu-bolditalic.otf') format('otf');
    font-weight: 700;
    font-style: italic;
}


