/* assets/css/fonts.css */
/* 
    Ideally, place your downloaded .woff2 font files in the assets/fonts/ directory.
    You can download Plus Jakarta Sans from Google Fonts and drop them into the fonts folder.
*/

@font-face {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
    src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
}

/* Fallback via Google Fonts if local file is missing */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');
