/*
 * True Ceylon Spices — Self-hosted fonts
 *
 * Download the .woff2 files from google-webfonts-helper:
 *   https://gwfh.mranftl.com/fonts/berkshire-swash
 *   https://gwfh.mranftl.com/fonts/lora
 *   https://gwfh.mranftl.com/fonts/inter
 *
 * Place each .woff2 file in: /assets/fonts/
 * Then activate this stylesheet in functions.php (already wired).
 */

/* Berkshire Swash — display / headings */
@font-face {
    font-family: 'Berkshire Swash';
    src: url('../fonts/berkshire-swash-v18-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lora — body serif */
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-v35-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-v35-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-v35-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-v35-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter — UI / labels */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v18-latin-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter-v18-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
