@charset "utf-8";

/* Roboto Thin */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Thin.woff2') format('woff2'),
		 url('/fonts/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}


/* Roboto Light */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Light.woff2') format('woff2'),
		 url('/fonts/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

/* Roboto Regular */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
		 url('/fonts/Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Roboto Medium */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Medium.woff2') format('woff2'),
		 url('/fonts/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

/* Roboto Bold */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
		 url('/fonts/Roboto-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Roboto Black */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Black.woff2') format('woff2'),
		 url('/fonts/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/* Roboto Italic (Optional) */
@font-face
{
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Italic.woff2') format('woff2'),
		 url('/fonts/Roboto-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
}

/* Abril Fatface */
@font-face
{
	font-family: 'Abril Fatface';
	src: url('/fonts/AbrilFatface-Regular.woff2') format('woff2'),
		 url('/fonts/AbrilFatface-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Crimson Text Regular and Bold */
@font-face
{
	font-family: 'Crimson Text';
	src: url('/fonts/CrimsonText-Regular.woff2') format('woff2'),
		 url('/fonts/CrimsonText-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face
{
	font-family: 'Crimson Text';
	src: url('/fonts/CrimsonText-Bold.woff2') format('woff2'),
		 url('/fonts/CrimsonText-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Coustard Regular and Bold */
@font-face
{
	font-family: 'Coustard';
	src: url('/fonts/Coustard-Regular.woff2') format('woff2'),
		 url('/fonts/Coustard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'Coustard';
	src: url('/fonts/Coustard-Bold.woff2') format('woff2'),
		 url('/fonts/Coustard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Lobster */
@font-face
{
	font-family: 'Lobster';
	src: url('/fonts/Lobster-Regular.woff2') format('woff2'),
		 url('/fonts/Lobster-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Playfair Display Regular and Bold */
@font-face
{
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
		 url('/fonts/PlayfairDisplay-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'Playfair Display';
	src: url('/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
		 url('/fonts/PlayfairDisplay-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* PT Serif Regular and Bold */
@font-face
{
	font-family: 'PT Serif';
	src: url('/fonts/PTSerif-Regular.woff2') format('woff2'),
		 url('/fonts/PTSerif-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'PT Serif';
	src: url('/fonts/PTSerif-Bold.woff2') format('woff2'),
		 url('/fonts/PTSerif-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Tangerine */
@font-face
{
	font-family: 'Tangerine';
	src: url('/fonts/Tangerine-Regular.woff2') format('woff2'),
		 url('/fonts/Tangerine-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Vollkorn Regular and Bold */
@font-face
{
	font-family: 'Vollkorn';
	src: url('/fonts/Vollkorn-Regular.woff2') format('woff2'),
		 url('/fonts/Vollkorn-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face
{
	font-family: 'Vollkorn';
	src: url('/fonts/Vollkorn-Bold.woff2') format('woff2'),
		 url('/fonts/Vollkorn-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}