:root {
	--primary: #ffcb00;
	--secondary:#fffae5;
	--dark: #555;
	--grey: #f8f8f8;
	--border: #aaa;
	--black: #000;
	--headerHeight:10vh;
	--titleFont: 'Zapf';
	--textFont: 'Zapf';
}

@font-face {
  font-display: swap;
  font-family: 'Zapf';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/zapf/ZapfHumnst-BT-Roman.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Zapf';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/zapf/ZapfHumnst-BT-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Material-Icons.woff2) format('woff2');
}

.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 120%;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
