/* latin */
@font-face {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 300;
  src: url(./media/fonts/tt-commons/TT-Commons-Light.otf) format('opentype');
}

/* latin */
@font-face {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 400;
  src: url(./media/fonts/tt-commons/TT-Commons-Medium.otf) format('opentype');
}

/* latin */
@font-face {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 500;
  src: url(./media/fonts/tt-commons/TT-Commons-Regular.otf) format('opentype');
}

/* latin */
@font-face {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 600;
  src: url(./media/fonts/tt-commons/TT-Commons-Bold.otf) format('opentype');
}

/* latin */
@font-face {
  font-family: 'TT Commons';
  font-style: normal;
  font-weight: 700;
  src: url(./media/fonts/tt-commons/TT-Commons-ExtraBold.otf) format('opentype');
}

/* Instrument Sans */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  src: url(./media/fonts/instrument-sans/InstrumentSans-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  src: url(./media/fonts/instrument-sans/InstrumentSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  src: url(./media/fonts/instrument-sans/InstrumentSans-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  src: url(./media/fonts/instrument-sans/InstrumentSans-Bold.ttf) format('truetype');
}