/**
 * Satoshi Font Family - Local Hosting
 * Downloaded from Fontshare to avoid CORS issues
 * Supports weights: 300, 400, 500, 700, 900 (regular and italic)
 * Plus variable font for dynamic weight adjustment
 */

/* Satoshi Light (300) */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-300-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Regular (400) */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-400-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Medium (500) */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-500-italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Bold (700) */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-700-italic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Black (900) */
@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('satoshi/satoshi-900-italic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Variable Font (300-900) */
@font-face {
  font-family: 'Satoshi Variable';
  src: url('satoshi/satoshi-variable.woff2') format('woff2-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi Variable';
  src: url('satoshi/satoshi-variable-italic.woff2') format('woff2-variations');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
