/* --------------------------------------------------------------
FONT LIBRARY

sample:
@font-face {
	font-family: 'fontname';
	font-weight: normal;
	font-style: normal;
	src: url('/font/font-dir/font-file.otf');
	src: url('/font/font-dir/fonts/font-file.eot') format('embedded-opentype'),
	url('/font/font-dir/fonts/font-file.ttf') format('truetype'),
	url('/font/font-dir/fonts/font-file.woff') format('woff'),
	url('/font/font-dir/fonts/font-file.svg') format('svg');
}
-------------------------------------------------------------- */



/* Enigmatic
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'Enigmatic';
	src: url('/font/Enigmatic/Enigmatic-Bold.eot') format('embedded-opentype'),
	url('/font/Enigmatic/Enigmatic-Bold.ttf') format('truetype'),
	url('/font/Enigmatic/Enigmatic-Bold.woff') format('woff'),
	url('/font/Enigmatic/Enigmatic-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Style: Regular */
@font-face {
	font-family: 'Enigmatic';
	src: url('/font/Enigmatic/Enigmatic-Reg.eot') format('embedded-opentype'),
	url('/font/Enigmatic/Enigmatic-Reg.ttf') format('truetype'),
	url('/font/Enigmatic/Enigmatic-Reg.woff') format('woff'),
	url('/font/Enigmatic/Enigmatic-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'Enigmatic';
	src: url('/font/Enigmatic/Enigmatic-Italic.eot') format('embedded-opentype'),
	url('/font/Enigmatic/Enigmatic-Italic.ttf') format('truetype'),
	url('/font/Enigmatic/Enigmatic-Italic.woff') format('woff'),
	url('/font/Enigmatic/Enigmatic-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Exo
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'Exo';
	src: url('/font/Exo/exo-Bold.eot') format('embedded-opentype'),
	url('/font/Exo/exo-bold.ttf') format('truetype'),
	url('/font/Exo/exo-bold.woff') format('woff'),
	url('/font/Exo/exo-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Exo';
	src: url('/font/Exo/exo-bolditalic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-bolditalic.ttf') format('truetype'),
	url('/font/Exo/exo-bolditalic.woff') format('woff'),
	url('/font/Exo/exo-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'Exo';
	src: url('/font/Exo/exo-regular.eot') format('embedded-opentype'),
	url('/font/Exo/exo-regular.ttf') format('truetype'),
	url('/font/Exo/exo-regular.woff') format('woff'),
	url('/font/Exo/exo-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'Exo';
	src: url('/font/Exo/exo-italic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-italic.ttf') format('truetype'),
	url('/font/Exo/exo-italic.woff') format('woff'),
	url('/font/Exo/exo-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
/* Style: Black */
@font-face {
	font-family: 'ExoBlack';
	src: url('/font/Exo/exo-black.eot') format('embedded-opentype'),
	url('/font/Exo/exo-black.ttf') format('truetype'),
	url('/font/Exo/exo-black.woff') format('woff'),
	url('/font/Exo/exo-black.svg') format('svg');
}
/* Style: Black Italic */
@font-face {
	font-family: 'ExoBlackItalic';
	src: url('/font/Exo/exo-blackitlaic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-blackitlaic.ttf') format('truetype'),
	url('/font/Exo/exo-blackitlaic.woff') format('woff'),
	url('/font/Exo/exo-blackitlaic.svg') format('svg');
}
/* Style: Light */
@font-face {
	font-family: 'ExoBlackLight';
	src: url('/font/Exo/exo-light.eot') format('embedded-opentype'),
	url('/font/Exo/exo-light.ttf') format('truetype'),
	url('/font/Exo/exo-light.woff') format('woff'),
	url('/font/Exo/exo-light.svg') format('svg');
}
/* Style: Black Light Italic */
@font-face {
	font-family: 'ExoBlackLightItalic';
	src: url('/font/Exo/exo-lightitalic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-lightitalic.ttf') format('truetype'),
	url('/font/Exo/exo-lightitalic.woff') format('woff'),
	url('/font/Exo/exo-lightitalic.svg') format('svg');
}
/* Style: Black Medium */
@font-face {
	font-family: 'ExoMedium';
	src: url('/font/Exo/exo-medium.eot') format('embedded-opentype'),
	url('/font/Exo/exo-medium.ttf') format('truetype'),
	url('/font/Exo/exo-medium.woff') format('woff'),
	url('/font/Exo/exo-medium.svg') format('svg');
}
/* Style: Black Medium Italic */
@font-face {
	font-family: 'ExoMedium';
	src: url('/font/Exo/exo-mediumitalic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-mediumitalic.ttf') format('truetype'),
	url('/font/Exo/exo-mediumitalic.woff') format('woff'),
	url('/font/Exo/exo-mediumitalic.svg') format('svg');
}
/* Style: Black Semi Bold */
@font-face {
	font-family: 'ExoSemiBold';
	src: url('/font/Exo/exo-semibold.eot') format('embedded-opentype'),
	url('/font/Exo/exo-semibold.ttf') format('truetype'),
	url('/font/Exo/exo-semibold.woff') format('woff'),
	url('/font/Exo/exo-semibold.svg') format('svg');
}
/* Style: Black Semi Bold Italic */
@font-face {
	font-family: 'ExoSemiBoldItalic';
	src: url('/font/Exo/exo-semibolditalic.eot') format('embedded-opentype'),
	url('/font/Exo/exo-semibolditalic.ttf') format('truetype'),
	url('/font/Exo/exo-semibolditalic.woff') format('woff'),
	url('/font/Exo/exo-semibolditalic.svg') format('svg');
}



/* Gandhi Serif
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'GandhiSerif';
	src: url('/font/Gandhi-Serif/gandhiserif-Bold.eot') format('embedded-opentype'),
	url('/font/Gandhi-Serif/gandhiserif-bold.ttf') format('truetype'),
	url('/font/Gandhi-Serif/gandhiserif-bold.woff') format('woff'),
	url('/font/Gandhi-Serif/gandhiserif-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GandhiSerif';
	src: url('/font/Gandhi-Serif/gandhiserif-bolditalic.eot') format('embedded-opentype'),
	url('/font/Gandhi-Serif/gandhiserif-bolditalic.ttf') format('truetype'),
	url('/font/Gandhi-Serif/gandhiserif-bolditalic.woff') format('woff'),
	url('/font/Gandhi-Serif/gandhiserif-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'GandhiSerif';
	src: url('/font/Gandhi-Serif/gandhiserif-regular.eot') format('embedded-opentype'),
	url('/font/Gandhi-Serif/gandhiserif-regular.ttf') format('truetype'),
	url('/font/Gandhi-Serif/gandhiserif-regular.woff') format('woff'),
	url('/font/Gandhi-Serif/gandhiserif-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'GandhiSerif';
	src: url('/font/Gandhi-Serif/gandhiserif-italic.eot') format('embedded-opentype'),
	url('/font/Gandhi-Serif/gandhiserif-italic.ttf') format('truetype'),
	url('/font/Gandhi-Serif/gandhiserif-italic.woff') format('woff'),
	url('/font/Gandhi-Serif/gandhiserif-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Liberation-Sans
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'LiberationSans';
	src: url('/font/Liberation-Sans/LiberationSans-Bold.eot') format('embedded-opentype'),
	url('/font/Liberation-Sans/LiberationSans-Bold.ttf') format('truetype'),
	url('/font/Liberation-Sans/LiberationSans-Bold.woff') format('woff'),
	url('/font/Liberation-Sans/LiberationSans-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Style: Bold Italic */
@font-face {
	font-family: 'LiberationSans';
	src: url('/font/Liberation-Sans/LiberationSans-BoldItalic.eot') format('embedded-opentype'),
	url('/font/Liberation-Sans/LiberationSans-BoldItalic.ttf') format('truetype'),
	url('/font/Liberation-Sans/LiberationSans-BoldItalic.woff') format('woff'),
	url('/font/Liberation-Sans/LiberationSans-BoldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'LiberationSans';
	src: url('/font/Liberation-Sans/LiberationSans-Reg.otf');
	src: url('/font/Liberation-Sans/LiberationSans-Reg.eot') format('embedded-opentype'),
	url('/font/Liberation-Sans/LiberationSans-Reg.ttf') format('truetype'),
	url('/font/Liberation-Sans/LiberationSans-Reg.woff') format('woff'),
	url('/font/Liberation-Sans/LiberationSans-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'LiberationSans';
	src: url('/font/Liberation-Sans/LiberationSans-Italic.eot') format('embedded-opentype'),
	url('/font/Liberation-Sans/LiberationSans-Italic.ttf') format('truetype'),
	url('/font/Liberation-Sans/LiberationSans-Italic.woff') format('woff'),
	url('/font/Liberation-Sans/LiberationSans-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Liberation-Serif
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'LiberationSerif';
	src: url('/font/Liberation-Serif/LiberationSerif-Bold.eot') format('embedded-opentype'),
	url('/font/Liberation-Serif/LiberationSerif-Bold.ttf') format('truetype'),
	url('/font/Liberation-Serif/LiberationSerif-Bold.woff') format('woff'),
	url('/font/Liberation-Serif/LiberationSerif-Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Style: Bold Italic */
@font-face {
	font-family: 'LiberationSerif';
	src: url('/font/Liberation-Serif/LiberationSerif-BoldItalic.eot') format('embedded-opentype'),
	url('/font/Liberation-Serif/LiberationSerif-BoldItalic.ttf') format('truetype'),
	url('/font/Liberation-Serif/LiberationSerif-BoldItalic.woff') format('woff'),
	url('/font/Liberation-Serif/LiberationSerif-BoldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'LiberationSerif';
	src: url('/font/Liberation-Serif/LiberationSerif-Reg.eot') format('embedded-opentype'),
	url('/font/Liberation-Serif/LiberationSerif-Reg.ttf') format('truetype'),
	url('/font/Liberation-Serif/LiberationSerif-Reg.woff') format('woff'),
	url('/font/Liberation-Serif/LiberationSerif-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'LiberationSerif';
	src: url('/font/Liberation-Serif/LiberationSerif-Italic.eot') format('embedded-opentype'),
	url('/font/Liberation-Serif/LiberationSerif-Italic.ttf') format('truetype'),
	url('/font/Liberation-Serif/LiberationSerif-Italic.woff') format('woff'),
	url('/font/Liberation-Serif/LiberationSerif-Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Libre Franklin
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'LibreFranklin';
	src: url('/font/Libre-Franklin/librefranklin-Bold.eot') format('embedded-opentype'),
	url('/font/Libre-Franklin/librefranklin-bold.ttf') format('truetype'),
	url('/font/Libre-Franklin/librefranklin-bold.woff') format('woff'),
	url('/font/Libre-Franklin/librefranklin-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'LibreFranklin';
	src: url('/font/Libre-Franklin/librefranklin-bolditalic.eot') format('embedded-opentype'),
	url('/font/Libre-Franklin/librefranklin-bolditalic.ttf') format('truetype'),
	url('/font/Libre-Franklin/librefranklin-bolditalic.woff') format('woff'),
	url('/font/Libre-Franklin/librefranklin-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'librefranklin';
	src: url('/font/Libre-Franklin/librefranklin-regular.eot') format('embedded-opentype'),
	url('/font/Libre-Franklin/librefranklin-regular.ttf') format('truetype'),
	url('/font/Libre-Franklin/librefranklin-regular.woff') format('woff'),
	url('/font/Libre-Franklin/librefranklin-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'librefranklin';
	src: url('/font/Libre-Franklin/librefranklin-italic.eot') format('embedded-opentype'),
	url('/font/Libre-Franklin/librefranklin-italic.ttf') format('truetype'),
	url('/font/Libre-Franklin/librefranklin-italic.woff') format('woff'),
	url('/font/Libre-Franklin/librefranklin-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Mitr
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'Mitr';
	src: url('/font/Mitr/mitr-Bold.eot') format('embedded-opentype'),
	url('/font/Mitr/mitr-bold.ttf') format('truetype'),
	url('/font/Mitr/mitr-bold.woff') format('woff'),
	url('/font/Mitr/mitr-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Mitr';
	src: url('/font/Mitr/mitr-bolditalic.eot') format('embedded-opentype'),
	url('/font/Mitr/mitr-bolditalic.ttf') format('truetype'),
	url('/font/Mitr/mitr-bolditalic.woff') format('woff'),
	url('/font/Mitr/mitr-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'Mitr';
	src: url('/font/Mitr/mitr-regular.eot') format('embedded-opentype'),
	url('/font/Mitr/mitr-regular.ttf') format('truetype'),
	url('/font/Mitr/mitr-regular.woff') format('woff'),
	url('/font/Mitr/mitr-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'Mitr';
	src: url('/font/Mitr/mitr-italic.eot') format('embedded-opentype'),
	url('/font/Mitr/mitr-italic.ttf') format('truetype'),
	url('/font/Mitr/mitr-italic.woff') format('woff'),
	url('/font/Mitr/mitr-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}
/* Style: Semi Bold */
@font-face {
	font-family: 'MitrSemiBold';
	src: url('/font/Mitr/mitr-semibold.eot') format('embedded-opentype'),
	url('/font/Mitr/mitr-semibold.ttf') format('truetype'),
	url('/font/Mitr/mitr-semibold.woff') format('woff'),
	url('/font/Mitr/mitr-semibold.svg') format('svg');
}



/* Open Sans
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'OpenSans';
	src: url('/font/Open-Sans/opensans-bold.eot') format('embedded-opentype'),
	url('/font/Open-Sans/opensans-bold.ttf') format('truetype'),
	url('/font/Open-Sans/opensans-bold.woff') format('woff'),
	url('/font/Open-Sans/opensans-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('/font/Open-Sans/opensans-bolditalic.eot') format('embedded-opentype'),
	url('/font/Open-Sans/opensans-bolditalic.ttf') format('truetype'),
	url('/font/Open-Sans/opensans-bolditalic.woff') format('woff'),
	url('/font/Open-Sans/opensans-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'OpenSans';
	src: url('/font/Open-Sans/opensans-regular.eot') format('embedded-opentype'),
	url('/font/Open-Sans/opensans-regular.ttf') format('truetype'),
	url('/font/Open-Sans/opensans-regular.woff') format('woff'),
	url('/font/Open-Sans/opensans-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'OpenSans';
	src: url('/font/Open-Sans/opensans-italic.eot') format('embedded-opentype'),
	url('/font/Open-Sans/opensans-italic.ttf') format('truetype'),
	url('/font/Open-Sans/opensans-italic.woff') format('woff'),
	url('/font/Open-Sans/opensans-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Palo Alto
--------------------------------------------------------------- */
/* Style: Regular */
@font-face {
	font-family: 'PaloAlto';
	src: url('/font/Palo-Alto/PaloAlto-Reg.eot') format('embedded-opentype'),
	url('/font/Palo-Alto/PaloAlto-Reg.ttf') format('truetype'),
	url('/font/Palo-Alto/PaloAlto-Reg.woff') format('woff'),
	url('/font/Palo-Alto/PaloAlto-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'PaloAlto';
	src: url('/font/Palo-Alto/PaloAlto-Oblique.eot') format('embedded-opentype'),
	url('/font/Palo-Alto/PaloAlto-Oblique.ttf') format('truetype'),
	url('/font/Palo-Alto/PaloAlto-Oblique.woff') format('woff'),
	url('/font/Palo-Alto/PaloAlto-Oblique.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Rajdhani
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'Rajdhani';
	src: url('/font/Rajdhani/rajdhani-Bold.eot') format('embedded-opentype'),
	url('/font/Rajdhani/rajdhani-bold.ttf') format('truetype'),
	url('/font/Rajdhani/rajdhani-bold.woff') format('woff'),
	url('/font/Rajdhani/rajdhani-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Style: Regular */
@font-face {
	font-family: 'Rajdhani';
	src: url('/font/Rajdhani/rajdhani-regular.eot') format('embedded-opentype'),
	url('/font/Rajdhani/rajdhani-regular.ttf') format('truetype'),
	url('/font/Rajdhani/rajdhani-regular.woff') format('woff'),
	url('/font/Rajdhani/rajdhani-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Light */
@font-face {
	font-family: 'RajdhaniLight';
	src: url('/font/Rajdhani/rajdhani-light.eot') format('embedded-opentype'),
	url('/font/Rajdhani/rajdhani-light.ttf') format('truetype'),
	url('/font/Rajdhani/rajdhani-light.woff') format('woff'),
	url('/font/Rajdhani/rajdhani-light.svg') format('svg');
}
/* Style: Medium */
@font-face {
	font-family: 'RajdhaniMedium';
	src: url('/font/Rajdhani/rajdhani-medium.eot') format('embedded-opentype'),
	url('/font/Rajdhani/rajdhani-medium.ttf') format('truetype'),
	url('/font/Rajdhani/rajdhani-medium.woff') format('woff'),
	url('/font/Rajdhani/rajdhani-medium.svg') format('svg');
}
/* Style: Semi Bold */
@font-face {
	font-family: 'RajdhaniSemiBold';
	src: url('/font/Rajdhani/rajdhani-semibold.eot') format('embedded-opentype'),
	url('/font/Rajdhani/rajdhani-semibold.ttf') format('truetype'),
	url('/font/Rajdhani/rajdhani-semibold.woff') format('woff'),
	url('/font/Rajdhani/rajdhani-semibold.svg') format('svg');
}



/* Rubik
--------------------------------------------------------------- */
/* Style: Bold */
@font-face {
	font-family: 'Rubik';
	src: url('/font/Rubik/rubik-Bold.eot') format('embedded-opentype'),
	url('/font/Rubik/rubik-bold.ttf') format('truetype'),
	url('/font/Rubik/rubik-bold.woff') format('woff'),
	url('/font/Rubik/rubik-bold.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
/* Style: Bold Italic */
@font-face {
	font-family: 'Rubik';
	src: url('/font/Rubik/rubik-bolditalic.eot') format('embedded-opentype'),
	url('/font/Rubik/rubik-bolditalic.ttf') format('truetype'),
	url('/font/Rubik/rubik-bolditalic.woff') format('woff'),
	url('/font/Rubik/rubik-bolditalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}
/* Style: Regular */
@font-face {
	font-family: 'Rubik';
	src: url('/font/Rubik/rubik-regular.eot') format('embedded-opentype'),
	url('/font/Rubik/rubik-regular.ttf') format('truetype'),
	url('/font/Rubik/rubik-regular.woff') format('woff'),
	url('/font/Rubik/rubik-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Style: Italic */
@font-face {
	font-family: 'Rubik';
	src: url('/font/Rubik/rubik-italic.eot') format('embedded-opentype'),
	url('/font/Rubik/rubik-italic.ttf') format('truetype'),
	url('/font/Rubik/rubik-italic.woff') format('woff'),
	url('/font/Rubik/rubik-italic.svg') format('svg');
	font-weight: normal;
	font-style: italic;
}



/* Sinkin Sans Medium & Bold
--------------------------------------------------------------- */
/* Style: Medium */
@font-face {
	font-family: 'SinkinSansMedium';
	src: url('/font/Sinkin-Sans/sinkinsans-500medium.eot') format('embedded-opentype'),
	url('/font/Sinkin-Sans/sinkinsans-500medium.ttf') format('truetype'),
	url('/font/Sinkin-Sans/sinkinsans-500medium.woff') format('woff'),
	url('/font/Sinkin-Sans/sinkinsans-500medium.svg') format('svg');
}
/* Style: Medium Italic */
@font-face {
	font-family: 'SinkinSansMediumItalic';
	src: url('/font/Sinkin-Sans/sinkinsans-500mediumitalic.eot') format('embedded-opentype'),
	url('/font/Sinkin-Sans/sinkinsans-500mediumitalic.ttf') format('truetype'),
	url('/font/Sinkin-Sans/sinkinsans-500mediumitalic.woff') format('woff'),
	url('/font/Sinkin-Sans/sinkinsans-500mediumitalic.svg') format('svg');
}
/* Style: Bold */
@font-face {
	font-family: 'SinkinSansBold';
	src: url('/font/Sinkin-Sans/sinkinsans-700bold.eot') format('embedded-opentype'),
	url('/font/Sinkin-Sans/sinkinsans-700bold.ttf') format('truetype'),
	url('/font/Sinkin-Sans/sinkinsans-700bold.woff') format('woff'),
	url('/font/Sinkin-Sans/sinkinsans-700bold.svg') format('svg');
}
/* Style: Bold Italic */
@font-face {
	font-family: 'SinkinSansBoldItalic';
	src: url('/font/Sinkin-Sans/sinkinsans-700bolditalic.eot') format('embedded-opentype'),
	url('/font/Sinkin-Sans/sinkinsans-700bolditalic.ttf') format('truetype'),
	url('/font/Sinkin-Sans/sinkinsans-700bolditalic.woff') format('woff'),
	url('/font/Sinkin-Sans/sinkinsans-700bolditalic.svg') format('svg');
}