@charset "UTF-8";

/**
 * テーマ共通 Web フォント（公開面・ダッシュボード・ログイン等）
 *
 * @font-face は functions.php（matching_print_theme_font_face）が
 * 実在する woff2 / ttf だけを head に出力する。
 *
 * FOUT 対策:
 *   - preload（存在するファイルのみ）
 *   - matching-font-load.js
 *   - font-display: block
 */

/* Noto 準備完了までの間（JS が .matching-fonts-pending を付与） */
html.matching-fonts-pending body {
	visibility: hidden;
}

html.matching-fonts-ready body {
	visibility: visible;
}
