/* Tilda Sans Light (300) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./Light/TildaSans-Light.eot'); /* IE9 Compat Modes */
  src:
    url('./Light/TildaSans-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('./Light/TildaSans-Light.woff2') format('woff2'),
    /* Super Modern Browsers */ url('./Light/TildaSans-Light.woff') format('woff'); /* Modern Browsers */
  font-weight: 300;
  font-style: normal;
}

/* Tilda Sans Regular (400) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./Regular/TildaSans-Regular.eot');
  src:
    url('./Regular/TildaSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('./Regular/TildaSans-Regular.woff2') format('woff2'),
    url('./Regular/TildaSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Tilda Sans Medium (500) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./Medium/TildaSans-Medium.eot');
  src:
    url('./Medium/TildaSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('./Medium/TildaSans-Medium.woff2') format('woff2'),
    url('./Medium/TildaSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Tilda Sans SemiBold (600) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./SemiBold/TildaSans-SemiBold.eot');
  src:
    url('./SemiBold/TildaSans-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./SemiBold/TildaSans-SemiBold.woff2') format('woff2'),
    url('./SemiBold/TildaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Tilda Sans Bold (700) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./Bold/TildaSans-Bold.eot');
  src:
    url('./Bold/TildaSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('./Bold/TildaSans-Bold.woff2') format('woff2'),
    url('./Bold/TildaSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Tilda Sans ExtraBold (800) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./ExtraBold/TildaSans-ExtraBold.eot');
  src:
    url('./ExtraBold/TildaSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('./ExtraBold/TildaSans-ExtraBold.woff2') format('woff2'),
    url('./ExtraBold/TildaSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* Tilda Sans Black (900) */
@font-face {
  font-family: 'Tilda Sans';
  src: url('./Black/TildaSans-Black.eot');
  src:
    url('./Black/TildaSans-Black.eot?#iefix') format('embedded-opentype'),
    url('./Black/TildaSans-Black.woff2') format('woff2'),
    url('./Black/TildaSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
