/* LEGAL DISCLAIMER
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * twiso.co
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Optimo webfonts are protected by copyright law and provided under license. To modify, alter, translate, convert, decode or reverse engineer in any manner whatsoever, including converting the Font Software into a different format is strictly prohibited. The webfont files are not to be used for anything other than web font use.
 *
 * optimo.ch
 */

/* INSTRUCTIONS
 *
 * Copy the Legal Disclaimer, the domains name and the @font-faces statements to your regular CSS file. The fonts folder(s) should be placed relative to the regular CSS file.
 */

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Bold.woff2') format('woff2'),
    url('./Plain-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Bold-Italic.woff2') format('woff2'),
    url('./Plain-Bold-Italic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Medium.woff2') format('woff2'),
    url('./Plain-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Medium-Italic.woff2') format('woff2'),
    url('./Plain-Medium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Regular.woff2') format('woff2'),
    url('./Plain-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Italic.woff2') format('woff2'),
    url('./Plain-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Light.woff2') format('woff2'),
    url('./Plain-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Light-Italic.woff2') format('woff2'),
    url('./Plain-Light-Italic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Thin.woff2') format('woff2'),
    url('./Plain-Thin.woff') format('woff');
  font-weight: 250;
  font-style: normal;
}

@font-face {
  font-family: 'Plain';
  src: url('./Plain-Thin-Italic.woff2') format('woff2'),
    url('./Plain-Thin-Italic.woff') format('woff');
  font-weight: 250;
  font-style: italic;
}
