@font-face {
  font-family: 'Museo Sans';
  src: url('./RNHouseSans-Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('./RNHouseSans-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Museo Sans';
  src: url('./RNHouseSans-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Museo Sans Rounded';
  src: url('./RNHouseSans-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}

/* specific font designation from Skylight: */
@font-face {
  font-family: 'Knile Black';
  src: url('./Knile-Black.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}

/* font designations from Slick: */
@font-face {
  font-family: 'Knile';
  src: url('./Knile-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RN House Sans';
  src: url('./RNHouseSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RN House Sans';
  src: url('./RNHouseSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'RN House Sans';
  src: url('./RNHouseSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
