/* LEGAL DISCLAIMER
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * alejandroservin.com
 *
 * 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
 */

/* The mark — Void Bold, official Optimo declaration (weight 850) */
@font-face {
  font-family: 'Void';
  src: url('../fonts/Void-Bold.woff2') format('woff2'),
       url('../fonts/Void-Bold.woff') format('woff');
  font-weight: 850;
  font-style: normal;
  font-display: swap;
}

/* Everything else — Apax, six licensed weights (no italic file yet; ch. 05 PENDING) */
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Thin.woff2') format('woff2'),
       url('../fonts/Apax-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Light.woff2') format('woff2'),
       url('../fonts/Apax-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Regular.woff2') format('woff2'),
       url('../fonts/Apax-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Bold.woff2') format('woff2'),
       url('../fonts/Apax-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apax';
  src: url('../fonts/Apax-Superbold.woff2') format('woff2'),
       url('../fonts/Apax-Superbold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
