/*!
 * Instrument Sans Font - CSP-compliant system font stack
 * Uses system fonts to avoid CSP violations
 */

/* Font family declaration using system fonts */
.instrument-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Instrument Sans", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

/* Font weight utilities */
.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }