/*
 * Snapdeck Sans webfont
 * Usage:
 *   @import url('https://font.snapdeck.app/fonts/snapdeck-sans/snapdeck-sans.css');
 *   body { font-family: 'Snapdeck Sans', system-ui, sans-serif; }
 */

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Snapdeck Sans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://font.snapdeck.app/fonts/snapdeck-sans/SnapdeckSans-ExtraBold.otf') format('opentype');
}
