/* 

GOOGLE FONTS REF.

Display
—
font-family: fleisch-wurst,sans-serif;
font-weight: 400;
font-style: normal;

Body - Regular
—
font-family: nocturne-serif,serif;
font-weight: 400;
font-style: normal;

Body - Italic
—
font-family: nocturne-serif,serif;
font-weight: 400;
font-style: italic;

Body - Bold
—
font-family: nocturne-serif,serif;
font-weight: 700;
font-style: normal;

Body - Italic
—
font-family: nocturne-serif,serif;
font-weight: 700;
font-style: italic;

*/








/* ———————— GENERAL ———————— */


h1
    {
        font-family: fleisch-wurst,sans-serif;
        font-weight: 400;
        font-style: normal;
        
        font-size: 4.2em;
        line-height: 4.2em;
    }


h2
    {
        font-family: nocturne-serif,serif;
        font-weight: 400;
        font-style: normal;
        
        font-size: 2.4em;
        line-height: 1.8em;
    }


body-copy
    {
        font-family: nocturne-serif,serif;
        font-weight: 400;
        font-style: normal;
        
        font-size: 1.4em;
        line-height: 1.4em;
    }

copyright
    {
        font-family: nocturne-serif,serif;
        font-weight: 400;
        font-style: italic;
        
        font-size: 0.8em;
        line-height: 1.2;
    }
	
	
	
	
	
	
	
	
/* ———————— MOBILE ———————— */

@media only screen 
and (max-device-width : 812px) 	{
	
	
h1
	{
        font-size: 2.0em;
        line-height: 2.0em;
    }


h2
	{
        font-size: 1.2em;
        line-height: 1.2em;
    }


body-copy
    {
        font-size: 0.8em;
        line-height: 0.8em;
    }

copyright
	{
		font-size: 0.4em;
        line-height: 0.4em;
    }

}