@charset "utf-8";


/*
CSS-Fonts
www.yogavereint.at
Teresa Seidel
*/


/* SOURCE SANS PRO */

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-Light.ttf') format('truetype');
		font-weight: 300;
    }

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-Regular.ttf') format('truetype');
		font-weight: 400;
    }

@font-face {
		font-family: 'Source Sans Pro';
		src: url('../webfonts/SourceSansPro-SemiBold.ttf') format('truetype');
		font-weight: 600;
    }


/* EB GARAMOND */


@font-face {
		font-family: 'EB Garamond';
		src: url('../webfonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
		font-style: regular;
    }

@font-face {
		font-family: 'EB Garamond';
		src: url('../webfonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
		font-style: italic;
    }


		
