@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Mulish';
  src: url('font/Mulish-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* Mulish-Regular.ttf       400 */
/* Mulish-Bold.ttf          700 */
/* Mulish-Italic.ttf        400 */
/* Mulish-BoldItalic.ttf    700 */
/* Mulish-Medium.ttf        500 */
/* Mulish-MediumItalic.ttf  500 */
/* Mulish-Light.ttf         300 */
/* Mulish-LightItalic.ttf   300 */

/* https://fonts.google.com/specimen/Mulish#standard-styles */
