@font-face {
	font-family: 'sf-medium';
	src: url('fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
}

@font-face {
  font-family: 'sf-regular';
  src: url('fonts/SFPRODISPLAYREGULAR.OTF') format("opentype");
}

@font-face {
  font-family: 'sf-thin';
  src: url('fonts/SFUIDisplay-Light.ttf') format("truetype");
}

@font-face {
  font-family:'ivy-italic';
  src: url('fonts/IvyMode-Italic.ttf') format('truetype');
}

@font-face {
  font-family:'ivy-bold';
  src: url('fonts/IvyMode-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family:'ivy-italics';
  src: url('fonts/IvyMode-ThinItalic.ttf') format('truetype');
}


@font-face {
  font-family:'ivy-reg';
  src: url('fonts/IvyMode-Regular.ttf') format('truetype');
}
