/*
Theme Name: FLEX-EG 2025
Author: Nonull
Requires at least: 6.0
Tested up to: 6.8.3
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nonull
Tags: blog, block-patterns, block-styles, custom-menu, custom-colors, full-site-editing, template-editing, wide-blocks, bootstrap
*/
html {
  scroll-behavior: smooth;
}
@font-face {
    font-family: "NotoBlack";
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    src: url('./assets/fonts/NotoSansJP-Black-sub.woff2') format('woff2'), url('./assets/fonts/NotoSansJP-Black-sub.woff') format('woff'), url('./assets/fonts/NotoSansJP-Black-sub.ttf') format('truetype');
	font-display: swap;
}
@font-face {
    font-family: "OpenSansEB";
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    src: url('./assets/fonts/open-sans.extrabold.woff2') format('woff2'), url('./assets/fonts/open-sans.extrabold.woff') format('woff'), url('./assets/fonts/open-sans.extrabold.ttf') format('truetype');
	font-display: swap;
}