/* make sure this css font-face list is equal to the array with available fonts! */


/* Walkway */
@font-face {
	font-family: 'Walkway';
	src: url('../FONT/Walkway/Walkway_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Walkway';
	src: url('../FONT/Walkway/Walkway_Black.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Walkway';
	src: url('../FONT/Walkway/Walkway_Oblique_Bold.ttf') format('truetype');
	font-style: italic;
}


/* HK Grotesk */
@font-face {
	font-family: 'HK Grotesk';
	src: url('../FONT/HKGrotesk/HKGrotesk-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'HK Grotesk';
	src: url('../FONT/HKGrotesk/HKGrotesk-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'HK Grotesk';
	src: url('../FONT/HKGrotesk/HKGrotesk-Italic.otf') format('opentype');
	font-style: italic;
}


/* Open Sans Condensed */
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../FONT/OpenSansCondensed/OpenSans-CondLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../FONT/OpenSansCondensed/OpenSans-CondBold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../FONT/OpenSansCondensed/OpenSans-CondLightItalic.ttf') format('truetype');
	font-style: italic;
}


/* Cooper Hewitt */
@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../FONT/CooperHewitt/CooperHewitt-Medium.otf') format('opentype');
}
@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../FONT/CooperHewitt/CooperHewitt-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../FONT/CooperHewitt/CooperHewitt-MediumItalic.otf') format('opentype');
	font-style: italic;
}


/* Rubik */
@font-face {
	font-family: 'Rubik';
	src: url('../FONT/Rubik/Rubik-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Rubik';
	src: url('../FONT/Rubik/Rubik-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Rubik';
	src: url('../FONT/Rubik/Rubik-Italic.ttf') format('truetype');
	font-style: italic;
}


/* DejaVu Sans */
@font-face {
	font-family: 'DejaVu Sans';
	src: url('../FONT/DejaVuSans/DejaVuSans.ttf') format('truetype');
}
@font-face {
	font-family: 'DejaVu Sans';
	src: url('../FONT/DejaVuSans/DejaVuSans-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'DejaVu Sans';
	src: url('../FONT/DejaVuSans/DejaVuSans-Oblique.ttf') format('truetype');
	font-style: italic;
}


/* Kanit */
@font-face {
	font-family: 'Kanit';
	src: url('../FONT/Kanit/kanit-regular.otf') format('opentype');
}
@font-face {
	font-family: 'Kanit';
	src: url('../FONT/Kanit/kanit-bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Kanit';
	src: url('../FONT/Kanit/kanit-italic.otf') format('opentype');
	font-style: italic;
}


/* Work Sans */
@font-face {
	font-family: 'Work Sans';
	src: url('../FONT/WorkSans/WorkSans-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Work Sans';
	src: url('../FONT/WorkSans/WorkSans-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Work Sans';
	src: url('../FONT/WorkSans/WorkSans-Italic.otf') format('opentype');
	font-style: italic;
}


/* Oswald */
@font-face {
	font-family: 'Oswald';
	src: url('../FONT/Oswald/Oswald-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Oswald';
	src: url('../FONT/Oswald/Oswald-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Oswald';
	src: url('../FONT/Oswald/Oswald-RegularItalic.ttf') format('truetype');
	font-style: italic;
}


/* Nunito Sans */
@font-face {
	font-family: 'Nunito Sans';
	src: url('../FONT/NunitoSans/NunitoSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('../FONT/NunitoSans/NunitoSans-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Nunito Sans';
	src: url('../FONT/NunitoSans/NunitoSans-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Ubuntu */
@font-face {
	font-family: 'Ubuntu';
	src: url('../FONT/Ubuntu/Ubuntu-R.ttf') format('truetype');
}
@font-face {
	font-family: 'Ubuntu';
	src: url('../FONT/Ubuntu/Ubuntu-B.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('../FONT/Ubuntu/Ubuntu-RI.ttf') format('truetype');
	font-style: italic;
}


/* Fira Sans */
@font-face {
	font-family: 'Fira Sans';
	src: url('../FONT/FiraSans/FiraSans-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Fira Sans';
	src: url('../FONT/FiraSans/FiraSans-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Fira Sans';
	src: url('../FONT/FiraSans/FiraSans-Italic.otf') format('opentype');
	font-style: italic;
}


/* Playfair Display */
@font-face {
	font-family: 'Playfair Display';
	src: url('../FONT/PlayfairDisplay/PlayfairDisplay-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../FONT/PlayfairDisplay/PlayfairDisplay-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../FONT/PlayfairDisplay/PlayfairDisplay-Italic.otf') format('opentype');
	font-style: italic;
}


/* Bebas */
@font-face {
	font-family: 'Bebas';
	src: url('../FONT/Bebas/Bebas-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Bebas';
	src: url('../FONT/Bebas/Bebas-Regular.otf') format('opentype');
	font-weight: bold;
}


/* Sofia */
@font-face {
	font-family: 'Sofia';
	src: url('../FONT/Sofia/Sofia-Regular.otf') format('opentype');
}


/* Nunito */
@font-face {
	font-family: 'Nunito';
	src: url('../FONT/Nunito/Nunito-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Nunito';
	src: url('../FONT/Nunito/Nunito-Bold.ttf') format('truetype');
	font-weight: bold;
}


/* Source Sans Pro */
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../FONT/SourceSansPro/SourceSansPro-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../FONT/SourceSansPro/SourceSansPro-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Source Sans Pro';
	src: url('../FONT/SourceSansPro/SourceSansPro-It.otf') format('opentype');
	font-style: italic;
}


/* Raleway */
@font-face {
	font-family: 'Raleway';
	src: url('../FONT/Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	src: url('../FONT/Raleway/Raleway-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Raleway';
	src: url('../FONT/Raleway/Raleway-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Metropolis */
@font-face {
	font-family: 'Metropolis';
	src: url('../FONT/Metropolis/Metropolis-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Metropolis';
	src: url('../FONT/Metropolis/Metropolis-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Metropolis';
	src: url('../FONT/Metropolis/Metropolis-RegularItalic.otf') format('opentype');
	font-style: italic;
}


/* Lato */
@font-face {
	font-family: 'Lato';
	src: url('../FONT/Lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Lato';
	src: url('../FONT/Lato/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Lato';
	src: url('../FONT/Lato/Lato-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Alegreya Sans */
@font-face {
	font-family: 'Alegreya Sans';
	src: url('../FONT/AlegreyaSans/AlegreyaSans-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Alegreya Sans';
	src: url('../FONT/AlegreyaSans/AlegreyaSans-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Alegreya Sans';
	src: url('../FONT/AlegreyaSans/AlegreyaSans-Italic.otf') format('opentype');
	font-style: italic;
}


/* Alegreya */
@font-face {
	font-family: 'Alegreya';
	src: url('../FONT/Alegreya/Alegreya-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Alegreya';
	src: url('../FONT/Alegreya/Alegreya-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Alegreya';
	src: url('../FONT/Alegreya/Alegreya-Italic.otf') format('opentype');
	font-style: italic;
}


/* Poppins */
@font-face {
	font-family: 'Poppins';
	src: url('../FONT/Poppins/Poppins-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Poppins';
	src: url('../FONT/Poppins/Poppins-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Poppins';
	src: url('../FONT/Poppins/Poppins-Italic.otf') format('opentype');
	font-style: italic;
}


/* Open Sans */
@font-face {
	font-family: 'Open Sans';
	src: url('../FONT/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	src: url('../FONT/OpenSans/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../FONT/OpenSans/OpenSans-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Montserrat */
@font-face {
	font-family: 'Montserrat';
	src: url('../FONT/Montserrat/Montserrat-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Montserrat';
	src: url('../FONT/Montserrat/Montserrat-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../FONT/Montserrat/Montserrat-Italic.otf') format('opentype');
	font-style: italic;
}


/* Roboto */
@font-face {
	font-family: 'Roboto';
	src: url('../FONT/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	src: url('../FONT/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Roboto';
	src: url('../FONT/Roboto/Roboto-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Titillium */
@font-face {
	font-family: 'Titillium';
	src: url('../FONT/Titillium/Titillium-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Titillium';
	src: url('../FONT/Titillium/Titillium-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Titillium';
	src: url('../FONT/Titillium/Titillium-RegularItalic.otf') format('opentype');
	font-style: italic;
}


/* Aileron */
@font-face {
	font-family: 'Aileron';
	src: url('../FONT/Aileron/Aileron-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Aileron';
	src: url('../FONT/Aileron/Aileron-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Aileron';
	src: url('../FONT/Aileron/Aileron-Italic.otf') format('opentype');
	font-style: italic;
}


/* D-DIN */
@font-face {
	font-family: 'D-DIN';
	src: url('../FONT/D-DIN/D-DIN.otf') format('opentype');
}
@font-face {
	font-family: 'D-DIN';
	src: url('../FONT/D-DIN/D-DIN-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'D-DIN';
	src: url('../FONT/D-DIN/D-DIN-Italic.otf') format('opentype');
	font-style: italic;
}


/* Vollkorn */
@font-face {
	font-family: 'Vollkorn';
	src: url('../FONT/Vollkorn/Vollkorn-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Vollkorn';
	src: url('../FONT/Vollkorn/Vollkorn-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Vollkorn';
	src: url('../FONT/Vollkorn/Vollkorn-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Josefin Sans */
@font-face {
	font-family: 'Josefin Sans';
	src: url('../FONT/JosefinSans/JosefinSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Josefin Sans';
	src: url('../FONT/JosefinSans/JosefinSans-Regular.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Josefin Sans';
	src: url('../FONT/JosefinSans/JosefinSans-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Quicksand */
@font-face {
	font-family: 'Quicksand';
	src: url('../FONT/Quicksand/Quicksand-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Quicksand';
	src: url('../FONT/Quicksand/Quicksand-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Quicksand';
	src: url('../FONT/Quicksand/Quicksand-Italic.otf') format('opentype');
	font-style: italic;
}


/* Cabin */
@font-face {
	font-family: 'Cabin';
	src: url('../FONT/Cabin/Cabin-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Cabin';
	src: url('../FONT/Cabin/Cabin-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Cabin';
	src: url('../FONT/Cabin/Cabin-Italic.otf') format('opentype');
	font-style: italic;
}


/* Merriweather */
@font-face {
	font-family: 'Merriweather';
	src: url('../FONT/Merriweather/Merriweather-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Merriweather';
	src: url('../FONT/Merriweather/Merriweather-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Merriweather';
	src: url('../FONT/Merriweather/Merriweather-Italic.otf') format('opentype');
	font-style: italic;
}


/* Muli */
@font-face {
	font-family: 'Muli';
	src: url('../FONT/Muli/Muli.ttf') format('truetype');
}
@font-face {
	font-family: 'Muli';
	src: url('../FONT/Muli/Muli-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Muli';
	src: url('../FONT/Muli/Muli-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Great Vibes */
@font-face {
	font-family: 'Great Vibes';
	src: url('../FONT/GreatVibes/GreatVibes-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Great Vibes';
	src: url('../FONT/GreatVibes/GreatVibes-Regular.ttf') format('truetype');
	font-weight: bold;
}


/* Alex Brush */
@font-face {
	font-family: 'Alex Brush';
	src: url('../FONT/AlexBrush/AlexBrush-Regular.ttf') format('truetype');
}


/* Pacifico */
@font-face {
	font-family: 'Pacifico';
	src: url('../FONT/Pacifico/Pacifico.ttf') format('truetype');
}
@font-face {
	font-family: 'Pacifico';
	src: url('../FONT/Pacifico/Pacifico.ttf') format('truetype');
	font-weight: bold;
}


/* Amatic */
@font-face {
	font-family: 'Amatic';
	src: url('../FONT/Amatic/AmaticSC-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Amatic';
	src: url('../FONT/Amatic/Amatic-Bold.ttf') format('truetype');
	font-weight: bold;
}


/* Aller */
@font-face {
	font-family: 'Aller';
	src: url('../FONT/Aller/Aller_Rg.ttf') format('truetype');
}
@font-face {
	font-family: 'Aller';
	src: url('../FONT/Aller/Aller_Bd.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Aller';
	src: url('../FONT/Aller/Aller_It.ttf') format('truetype');
	font-style: italic;
}


/* ChunkFive */
@font-face {
	font-family: 'ChunkFive';
	src: url('../FONT/ChunkFive/ChunkFive-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'ChunkFive';
	src: url('../FONT/ChunkFive/ChunkFive-Regular.otf') format('opentype');
	font-weight: bold;
}


/* Allura */
@font-face {
	font-family: 'Allura';
	src: url('../FONT/Allura/Allura-Regular.otf') format('opentype');
}


/* Lobster */
@font-face {
	font-family: 'Lobster';
	src: url('../FONT/Lobster/Lobster_1.3.otf') format('opentype');
}
@font-face {
	font-family: 'Lobster';
	src: url('../FONT/Lobster/Lobster_1.3.otf') format('opentype');
	font-weight: bold;
}


/* Kaushan Script */
@font-face {
	font-family: 'Kaushan Script';
	src: url('../FONT/KaushanScript/KaushanScript-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Kaushan Script';
	src: url('../FONT/KaushanScript/KaushanScript-Regular.otf') format('opentype');
	font-weight: bold;
}


/* Ostrich Sans */
@font-face {
	font-family: 'Ostrich Sans';
	src: url('../FONT/OstrichSans/ostrich-regular.ttf') format('truetype');
}


/* Grand Hotel */
@font-face {
	font-family: 'Grand Hotel';
	src: url('../FONT/GrandHotel/GrandHotel-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Grand Hotel';
	src: url('../FONT/GrandHotel/GrandHotel-Regular.otf') format('opentype');
	font-weight: bold;
}


/* Black Jack */
@font-face {
	font-family: 'Black Jack';
	src: url('../FONT/BlackJack/blackjack.otf') format('opentype');
}


/* League Gothic */
@font-face {
	font-family: 'League Gothic';
	src: url('../FONT/LeagueGothic/LeagueGothic-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'League Gothic';
	src: url('../FONT/LeagueGothic/LeagueGothic-Regular.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'League Gothic';
	src: url('../FONT/LeagueGothic/LeagueGothic-Italic.otf') format('opentype');
	font-style: italic;
}


/* PT Sans */
@font-face {
	font-family: 'PT Sans';
	src: url('../FONT/PTSans/PTS55F.ttf') format('truetype');
}
@font-face {
	font-family: 'PT Sans';
	src: url('../FONT/PTSans/PTS75F.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'PT Sans';
	src: url('../FONT/PTSans/PTS56F.ttf') format('truetype');
	font-style: italic;
}


/* Caviar Dreams */
@font-face {
	font-family: 'Caviar Dreams';
	src: url('../FONT/CaviarDreams/CaviarDreams.ttf') format('truetype');
}
@font-face {
	font-family: 'Caviar Dreams';
	src: url('../FONT/CaviarDreams/Caviar_Dreams_Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Caviar Dreams';
	src: url('../FONT/CaviarDreams/CaviarDreams_Italic.ttf') format('truetype');
	font-style: italic;
}


/* Dancing Script */
@font-face {
	font-family: 'Dancing Script';
	src: url('../FONT/DancingScript/DancingScript-Regular.otf') format('opentype');
}


/* Windsong */
@font-face {
	font-family: 'Windsong';
	src: url('../FONT/Windsong/Windsong.ttf') format('truetype');
}


/* Antonio */
@font-face {
	font-family: 'Antonio';
	src: url('../FONT/Antonio/Antonio-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Antonio';
	src: url('../FONT/Antonio/Antonio-Bold.ttf') format('truetype');
	font-weight: bold;
}


/* Arizonia */
@font-face {
	font-family: 'Arizonia';
	src: url('../FONT/Arizonia/Arizonia-Regular.ttf') format('truetype');
}


/* Colaborate */
@font-face {
	font-family: 'Colaborate';
	src: url('../FONT/Colaborate/ColabReg.otf') format('opentype');
}
@font-face {
	font-family: 'Colaborate';
	src: url('../FONT/Colaborate/ColabBol.otf') format('opentype');
	font-weight: bold;
}


/* Girassol */
@font-face {
	font-family: 'Girassol';
	src: url('../FONT/Girassol/Girassol-Regular.ttf') format('truetype');
}


/* JetBrains Mono */
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../FONT/JetBrainsMono/JetBrainsMono-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../FONT/JetBrainsMono/JetBrainsMono-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'JetBrains Mono';
	src: url('../FONT/JetBrainsMono/JetBrainsMono-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Gelasio */
@font-face {
	font-family: 'Gelasio';
	src: url('../FONT/Gelasio/gelasio-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Gelasio';
	src: url('../FONT/Gelasio/gelasio-bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Gelasio';
	src: url('../FONT/Gelasio/gelasio-italic.ttf') format('truetype');
	font-style: italic;
}


/* Alatsi */
@font-face {
	font-family: 'Alatsi';
	src: url('../FONT/Alatsi/Alatsi-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Alatsi';
	src: url('../FONT/Alatsi/Alatsi-Regular.ttf') format('truetype');
	font-weight: bold;
}


/* Alata */
@font-face {
	font-family: 'Alata';
	src: url('../FONT/Alata/alata-regular.ttf') format('truetype');
}


/* Calistoga */
@font-face {
	font-family: 'Calistoga';
	src: url('../FONT/Calistoga/Calistoga-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Calistoga';
	src: url('../FONT/Calistoga/Calistoga-Regular.ttf') format('truetype');
	font-weight: bold;
}


/* Tanohe Sans */
@font-face {
	font-family: 'Tanohe Sans';
	src: url('../FONT/TanoheSans/TanoheSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Tanohe Sans';
	src: url('../FONT/TanoheSans/TanoheSans-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
	font-family: 'Tanohe Sans';
	src: url('../FONT/TanoheSans/TanoheSans-Italic.ttf') format('truetype');
	font-style: italic;
}


/* Massenet */
@font-face {
	font-family: 'Massenet';
	src: url('../FONT/Massenet/MassenetSemiBold-Bold.otf') format('opentype');
}
@font-face {
	font-family: 'Massenet';
	src: url('../FONT/Massenet/MassenetBold-Bold.otf') format('opentype');
	font-weight: bold;
}


/* Basic */
@font-face {
	font-family: 'Basic';
	src: url('../FONT/Basic/Basic-Regular.otf') format('opentype');
}


/* Dukas CF */
@font-face {
	font-family: 'Dukas CF';
	src: url('../FONT/DukasCF/DukasCFRegular-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Dukas CF';
	src: url('../FONT/DukasCF/DukasCFBold-Regular.otf') format('opentype');
	font-weight: bold;
}


/* Solway */
@font-face {
	font-family: 'Solway';
	src: url('../FONT/Solway/Solway-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Solway';
	src: url('../FONT/Solway/Solway-Bold.otf') format('opentype');
	font-weight: bold;
}
