/* SafFont - Custom Font Family */

/* Light - 300 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-Light.woff2') format('woff2'),
       url('./Saf-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic - 300 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-LightIt.woff2') format('woff2'),
       url('./Saf-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular - 400 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-Regular.woff2') format('woff2'),
       url('./Saf-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic - 400 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-RegularIt.woff2') format('woff2'),
       url('./Saf-RegularIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Semibold - 600 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-Semibol.woff2') format('woff2'),
       url('./Saf-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic - 600 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-SemiboldIt.woff2') format('woff2'),
       url('./Saf-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold - 700 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-Bold.woff2') format('woff2'),
       url('./Saf-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic - 700 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-BoldIt.woff2') format('woff2'),
       url('./Saf-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black - 900 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-Black.woff2') format('woff2'),
       url('./Saf-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic - 900 */
@font-face {
  font-family: 'SafFont';
  src: url('./Saf-BlackIt.woff2') format('woff2'),
       url('./Saf-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
