﻿/*#region FONT */
/*@font-face {
	font-family: museo_slab_300_font;
	src: local(museo_slab_300_font), url('/fonts/exljbris - MuseoSlab-300.otf') format('opentype');
}*/

@font-face {
	font-family: 'museo_slab_300_font';
	src: url('/fonts/exljbris - MuseoSlab-300.otf') format('opentype');
}
@font-face {
	font-family: museo_slab_500_font;
	src: local(museo_slab_500_font), url('/fonts/exljbris - MuseoSlab-300.otf') format('opentype');
}
@font-face {
	font-family: myriadpro_regular_font;
	src: local(myriadpro_regular_font), url('/fonts/MyriadPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: myriadpro_semibold_font;
	src: local(myriadpro_semibold_font), url('/fonts/MyriadPro-Semibold.otf') format('opentype');
}

@font-face {
	font-family: myriadpro_light_font;
	src: local(myriadpro_light_font), url('/fonts/MyriadPro-Light.otf') format('opentype');
}

.myriadpro_light_font {
	font-family: myriadpro_light_font;
}


.myriadpro_semibold_font {
	font-family: myriadpro_semibold_font;
}
.myriadpro_regular_font {
	font-family: myriadpro_regular_font;
}


.museo_slab_500_font {
	font-family: museo_slab_500_font;
}
.museo_slab_300_font {
	font-family: museo_slab_300_font;
	color: grey;
}

/*#endregion END FONT */



/* Source Sans Pro */

@font-face {
	font-family: sourcesanpro_regular_font;
	src: local(sourcesanpro_regular_font), url('/fonts/SourceSansPro-Regular.otf') format('opentype');
}

@font-face {
	font-family: sourcesanpro_semibold_font;
	src: local(sourcesanpro_semibold_font), url('/fonts/SourceSansPro-Semibold.otf') format('opentype');
}

@font-face {
	font-family: sourcesanpro_light_font;
	src: local(sourcesanpro_light_font), url('/fonts/SourceSansPro-Light.otf') format('opentype');
}


.sourcesanpro_regular_font {
	font-family: sourcesanpro_regular_font;
}

.sourcesanpro_semibold_font {
	font-family: sourcesanpro_semibold_font;
}

.sourcesanpro_light_font {
	font-family: sourcesanpro_light_font;
}



/* END Source Sans Pro*/

body {
	font-family: sourcesanpro_regular_font, Arial, sans-serif;
	letter-spacing: 0.5px;
}