/*
Theme Name:   Charged Life
Theme URI:    https://charged.life
Description:  Charged Life Child Theme (Blocksy)
Author:       Toshi
Author URI:   
Template:     blocksy
Version:      1.0.0
Text Domain:  charged-life
*/

/* =============================================
   CSS Variables
   ============================================= */
:root {
  --cl-bg:        #0F1116;
  --cl-surface:   #181B22;
  --cl-border:    #252830;
  --cl-white:     #F0F2F5;
  --cl-muted:     #6B7280;
  --cl-blue:      #1B6CA8;
  --cl-blue-glow: #2589D0;
  --cl-green:     #c1d5e0;
  --cl-green-dim: rgba(61, 220, 132, 0.15);

  --cl-font-display: 'Syne', sans-serif;
  --cl-font-body:    'Noto Sans JP', sans-serif;

  --cl-radius: 8px;
  --cl-transition: 0.2s ease;
}

/* =============================================
   Base Override（Blocksyのデフォルトを上書き）
   ============================================= */
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--cl-bg) !important;
  color: var(--cl-white) !important;
  font-family: var(--cl-font-body) !important;
  font-weight: 300;
  line-height: 1.7;
}

/* Blocksyのwrapperをフルワイドに */
.site-main,
.ct-container,
.entry-content {
  max-width: 100% !important;
  padding: 0 !important;
}

a { color: inherit; }
a:hover { color: var(--cl-green); }

img { max-width: 100%; height: auto; display: block; }

*, *::before, *::after { box-sizing: border-box; }

#header [data-row*=middle]{
	background: #f7f9f8!important;
}
