@charset "utf-8";
/*
Theme Name: FALCON child
Theme URI:https://tcd-theme.com/tcd089
Description:WordPressテーマ「FALCON」の子テーマ
Template:falcon_tcd089
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
.rich_font_1 { font-family: var(--tcd-font-type1); }
.rich_font_2 { font-family: var(--tcd-font-type1) !important; font-weight:500; }
.rich_font_3 { font-family: var(--tcd-font-type3); font-weight:500; }
.rich_font_logo { font-family: var(--tcd-font-type-logo); font-weight: <?php echo esc_html( $options['font_list']['logo']['weight'] ?? 'bold' ); ?> !important;}

.post_content, #next_prev_post { font-family: var(--tcd-font-type1) !important;}

.widget_headline, .widget_block .wp-block-heading { font-family: var(--tcd-font-type1); }
  .widget_headline, .widget_block .wp-block-heading { font-family: var(--tcd-font-type2); }
  .widget_headline, .widget_block .wp-block-heading { font-family: var(--tcd-font-type3); }
