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