/*
 Theme Name:     Blook Child
 Theme URI:     
 Description:    
 Author:         株式会社Blook
 Author URI:     https://blook.co.jp
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/* フォント定義 */
@font-face {
  font-family: 'KotonodeBlack'; /* ここの名前を正確に */
  src: url('/blook/wp-content/uploads/fonts/Kotonode-Black-Kw-N.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* より広範囲に、かつ強力に適用 */
body, 
h1, h2, h3, h4, h5, h6, 
p, span, a, li, 
.et_pb_text_inner, 
.et_pb_module_header {
  font-family: 'KotonodeBlack', sans-serif !important;
}
ul, ol {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
a {
  text-decoration: none;
}