/**
 * Theme Name:     Mark Renkema Makelaardij
 * Author:         Buro In Petteau
 * Template:       Divi
 * Text Domain:	   mark-renkema-makelaardij
 * Description:    Child thema van Divi voor Mark Renkema Makelaardij
 * Theme URI:      https://inpetteau.nl
 */

@font-face {
  font-family: 'Gilmer';
  src: url('./fonts/GilmerRegular.woff2') format('woff2'),
       url('./fonts/GilmerRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilmer';
  src: url('./fonts/GilmerBold.woff2') format('woff2'),
       url('./fonts/GilmerBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilmer';
  src: url('./fonts/GilmerLight.woff2') format('woff2'),
       url('./fonts/GilmerLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilmer';
  src: url('./fonts/GilmerMedium.woff2') format('woff2'),
       url('./fonts/GilmerMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-Regular.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-Bold.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-BoldItalic.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-Medium.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-MediumItalic.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-RegularItalic.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-SemiBold.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TeodorTRIAL';
  src: url('./fonts/TeodorTRIAL-SemiBoldItalic.woff2') format('woff2'),
       url('./fonts/TeodorTRIAL-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

body, .sans-serif {
	font-family: "Gilmer", sans-serif;
	font-weight: 400;
}


h1, h2, h3, h4, h5, h6, .serif {
	font-family: 'TeodorTRIAL', serif;
}

