/* Local Google Fonts - Self-hosted for better performance */
/* Eliminates external requests and font-display flicker */

/* Lora - Serif font for headings */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/lora/lora-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/fonts/google/lora/lora-700.woff2') format('woff2');
}

/* Nunito - Sans-serif font */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/nunito/nunito-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('/fonts/google/nunito/nunito-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/fonts/google/nunito/nunito-700.woff2') format('woff2');
}

/* PT Sans - Sans-serif body font */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/pt-sans/pt-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/pt-sans/pt-sans-400-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/fonts/google/pt-sans/pt-sans-700.woff2') format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: block;
    src: url('/fonts/google/pt-sans/pt-sans-700-italic.woff2') format('woff2');
}

/* Montserrat - Display font */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/montserrat/montserrat-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: block;
    src: url('/fonts/google/montserrat/montserrat-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('/fonts/google/montserrat/montserrat-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/fonts/google/montserrat/montserrat-700.woff2') format('woff2');
}

/* Roboto - UI font */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/fonts/google/roboto/roboto-400.woff2') format('woff2');
}
