/* Served for non-Vite pages (landing, 503). Font files live in /fonts/noto-sans/. */
@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto-sans/NotoSans-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto-sans/NotoSans-Italic-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

:root {
    --crm-font-family: 'Noto Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --crm-font-family-stack: var(--crm-font-family);
    --bs-font-sans-serif: var(--crm-font-family);
    --bs-body-font-family: var(--crm-font-family);
}

html,
body {
    font-family: var(--crm-font-family);
}

b,
strong,
.fw-bold,
.font-weight-bold {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--crm-font-family);
}

.font-sans {
    font-family: var(--crm-font-family) !important;
}
