/* Anthropic Sans — self-hosted, shared between the Blade/DashLite pages
   (loaded via a plain <link>) and the Inertia/React pages (same). Keeping
   the @font-face rules in one file avoids declaring them twice. */

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-Light-Static.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-Regular-Static.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-RegularItalic-Static.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-Medium-Static.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-Semibold-Static.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Text';
    src: url('/fonts/anthropic-sans/AnthropicSans-Text-ExtraboldItalic-Static.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Display';
    src: url('/fonts/anthropic-sans/AnthropicSans-Display-RegularItalic-Static.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Display';
    src: url('/fonts/anthropic-sans/AnthropicSans-Display-Bold-Static.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Display';
    src: url('/fonts/anthropic-sans/AnthropicSans-Display-BoldItalic-Static.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Display';
    src: url('/fonts/anthropic-sans/AnthropicSans-Display-Extrabold-Static.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anthropic Sans Display';
    src: url('/fonts/anthropic-sans/AnthropicSans-Display-ExtraboldItalic-Static.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
