@charset "utf-8";
/*
 * File       : font-face.css
 * Author     : STUDIO-JT (NICO)
 * Guideline  : JTstyle.1.1.1
 *
 * Montserrat font with system font fallback
 */

/* Montserrat font - using Google Fonts with system font fallback */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* System font stack as fallback for offline use */
body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
