/* 
//////////////////////////////////////////////////////////////
//////////////////////// Schriftarten ////////////////////////
//////////////////////////////////////////////////////////////
*/



@font-face {
   font-family:'Quicksand';
   font-style: normal;
   font-weight: 300;
   font-display:swap;
   src: local('Quicksand Light'), local('Quicksand-Light'),
   url('../fonts/quicksand/Quicksand-Light.woff2') format('woff2'),
   url('../fonts/quicksand/Quicksand-Light.woff') format('woff'),
   url('../fonts/quicksand/Quicksand-Light.ttf') format('truetype');
}

@font-face {
   font-family:'Quicksand';
   font-style: normal;
   font-weight: 400;
   font-display:swap;
   src: local('Quicksand Regular'), local('Quicksand-Regular'),
   url('../fonts/quicksand/Quicksand-Regular.woff2') format('woff2'),
   url('../fonts/quicksand/Quicksand-Regular.woff') format('woff'),
   url('../fonts/quicksand/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
   font-family:'Quicksand';
   font-style: normal;
   font-weight: 500;
   font-display:swap;
   src: local('Quicksand Medium'), local('Quicksand-Medium'),
   url('../fonts/quicksand/Quicksand-Medium.woff2') format('woff2'),
   url('../fonts/quicksand/Quicksand-Medium.woff') format('woff'),
   url('../fonts/quicksand/Quicksand-Medium.ttf') format('truetype');
}

@font-face {
   font-family:'Quicksand';
   font-style: normal;
   font-weight: 600;
   font-display:swap;
   src: local('Quicksand Semibold'), local('Quicksand-SemiBold'),
   url('../fonts/quicksand/Quicksand-SemiBold.woff2') format('woff2'),
   url('../fonts/quicksand/Quicksand-SemiBold.woff') format('woff'),
   url('../fonts/quicksand/Quicksand-SemiBold.ttf') format('truetype');
}

@font-face {
   font-family:'Quicksand';
   font-style: normal;
   font-weight: 700;
   font-display:swap;
   src: local('Quicksand Bold'), local('Quicksand-Bold'),
   url('../fonts/quicksand/Quicksand-Bold.woff2') format('woff2'),
   url('../fonts/quicksand/Quicksand-Bold.woff') format('woff'),
   url('../fonts/quicksand/Quicksand-Bold.ttf') format('truetype');
}

