@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: normal;
    src: local("Noto Sans CJK JP Regular"),
    url('https://loopunlimited-rootone.com/diary/wp-includes/fonts/NotoSansJapanese.woff2') format('woff2');
	font-display: swap;
}
.font-Noto Sans JP {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400,700;
}
@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("https://loopunlimited-rootone.com/diary/wp-includes/fonts/YakuHanJP-Regular.woff2") format("woff2");
	font-display: swap;
}
.font-YakuHanJP {
  font-family: "YakuHanJP", sans-serif;
  font-weight: 400,700;
}

body{
    font-family: "YakuHanJP","Noto Sans JP", sans-serif;
	font-weight: 400,700;
}

.wp-block-code {
    box-sizing: border-box;
    font-family: consolas;
    font-size: initial;
}

/* 下線（２重） */
.cocoon-custom-text-1 {
  text-decoration-line: underline;
  text-decoration-style: double;
  --custom-text-10-color: currentColor;
  text-decoration-color: var(--custom-text-10-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
