﻿/* Poppins (Century Gothic stand-in) */
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/poppins-v24-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Great Vibes (Formal Script / Vivaldi stand-in) */
@font-face {
    font-family: 'Great Vibes';
    src: url('/fonts/great-vibes-v21-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Pacifico (Lucida Handwriting stand-in) */
@font-face {
    font-family: 'Pacifico';
    src: url('/fonts/pacifico-v23-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Allura (Shelley stand-in) */
@font-face {
    font-family: 'Allura';
    src: url('/fonts/allura-v23-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* PT Serif (Times stand-in) */
@font-face {
    font-family: 'PT Serif';
    src: url('/fonts/pt-serif-v19-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
