/*
  Satoshi font — self-hosted via B'Creative Media / ctruz.com (Cloudflare CDN)
  Replaces Fontshare CDN (api.fontshare.com/v2 — deprecated/404)
  Include via: <link rel="stylesheet" href="/fonts/satoshi.css">
*/

/* Satoshi Regular (400) */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Regular.woff2') format('woff2'),
       url('https://bcreativemedia.net/wp-content/uploads/2025/01/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Medium (500) */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Medium.woff2') format('woff2'),
       url('https://bcreativemedia.net/wp-content/uploads/2025/01/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Bold (700) */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Bold.woff2') format('woff2'),
       url('https://bcreativemedia.net/wp-content/uploads/2025/01/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Variable (300–900, variable) */
@font-face {
  font-family: 'Satoshi';
  src: url('Satoshi-Variable.woff2') format('woff2'),
       url('https://ctruz.com/wp-content/uploads/2023/02/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}