/*
Theme Name: Theme 01
Theme URI:
Author: Your Name
Author URI:
Description: A modern FSE Block Theme with Korean language support
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-01
*/

/* Pretendard Font Family - Variable Font */
@font-face {
  font-family: 'Pretendard';
  font-weight: 100 900; /* Supports all weights from 100 to 900 */
  font-display: swap;
  src: url('assets/fonts/PretendardVariable.woff2') format('woff2');
}

/* Legacy: Individual font files (replaced by Variable Font above)
@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: url('assets/fonts/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/Pretendard-Black.woff2') format('woff2');
}
*/

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  word-break: keep-all;
}

.wp-block-post-content * {
  word-break: normal;
}