/* Local Google Fonts — avoids external requests behind captive portal */
/* font-display: optional = instant render with system fonts, custom fonts only if cached */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: optional;
    src: url('/fonts/cormorant-garamond-300.ttf') format('truetype');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url('/fonts/cormorant-garamond-600.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('/fonts/lora-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url('/fonts/lora-500.ttf') format('truetype');
}
