/* @font-face declarations for local fonts */

/* Archivo - English Headings */
@font-face {
    font-family: 'Archivo';
    src: url('/static/fonts/archivo-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/static/fonts/archivo-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/static/fonts/archivo-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/static/fonts/archivo-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Space Grotesk - English Body */
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/space-grotesk-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/space-grotesk-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/space-grotesk-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/space-grotesk-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/space-grotesk-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Noto Serif SC - Chinese Headings */
@font-face {
    font-family: 'Noto Serif SC';
    src: url('/static/fonts/noto-serif-sc-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif SC';
    src: url('/static/fonts/noto-serif-sc-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif SC';
    src: url('/static/fonts/noto-serif-sc-600.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif SC';
    src: url('/static/fonts/noto-serif-sc-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans SC - Chinese Body */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('/static/fonts/noto-sans-sc-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('/static/fonts/noto-sans-sc-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('/static/fonts/noto-sans-sc-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('/static/fonts/noto-sans-sc-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}