/**
 * Scto Grotesk A Bond Web Font Family
 * Centralized font hosting for all BOND OS properties
 *
 * Usage:
 * - Link this CSS from any BOND OS property at: https://docs.bond-os.ai/fonts/scto-grotesk.css
 * - Or use relative path if hosted on same domain: /fonts/scto-grotesk.css
 *
 * Font Stack:
 * font-family: 'Scto Grotesk A Bond', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 */

/* Regular */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: 'Scto Grotesk A Bond';
  src: url('./SctoGroteskABond-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
