/* Custom Font: JUST Sans Outline */
@font-face {
    font-family: 'JUST Sans Outline';
    src: url('JUST Sans Outline Regular.woff2') format('woff2'),
         url('JUST Sans Outline Regular.woff') format('woff'),
         url('JUST Sans Outline Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* If you have other weights/styles, add them here following the same pattern */
/* Example for bold weight (if you have it):
@font-face {
    font-family: 'JUST Sans Outline';
    src: url('JUST Sans Outline Bold.woff2') format('woff2'),
         url('JUST Sans Outline Bold.woff') format('woff'),
         url('JUST Sans Outline Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
*/

/* CSS Classes to use the font */
.just-sans-outline {
    font-family: 'JUST Sans Outline', Arial, sans-serif;
}
