@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html[lang="zh-cmn-Hans"] *{font-family: "Noto Sans SC", sans-serif;}
html[lang="zh-cmn-Hant"] *{font-family: "Noto Sans TC", sans-serif;}
html[lang="ar"] *{font-family: "Noto Sans Arabic", sans-serif;}
html[lang="ur"] *{font-family: "Noto Sans Arabic", sans-serif;}
html[lang="hi"] *{font-family: "Noto Sans Devanagari", sans-serif;}
html[lang="ru"] *{font-family: "Open Sans", sans-serif;}
span.fa{font-family: FontAwesome;}

html[lang="ar"], html[lang="he"], html[lang="fa"], html[lang="ur"], html[lang="ps"], html[lang="syr"], html[lang="ku"] {direction: rtl;text-align: right;}
