
/*****
	FONT: Sulphur Point
*****/

/* Light */

@font-face {
  font-family: 'Sulphur Point';
  src: url('../fonts/SulphurPoint-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

/* Regular */

@font-face {
  font-family: 'Sulphur Point';
  src: url('../fonts/SulphurPoint-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Bold */

@font-face {
  font-family: 'Sulphur Point';
  src: url('../fonts/SulphurPoint-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
