/* REGULAR */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('Rene-Bieder-Galano-Grotesque.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* MEDIUM */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('Rene-Bieder-Galano-Grotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* BOLD */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('Rene-Bieder-Galano-Grotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* BLACK */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('Rene-Bieder-Galano-Grotesque-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* LIGHT */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('galano-grotesque-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* THIN */
@font-face {
  font-family: 'Paradigm Spine';
  src: url('galano-grotesque-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
