@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Noto+Serif+JP:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --ink: #0e0c0a;
  --cream: #f5f0e8;
  --gold: #b8973a;
  --gold-light: #d4b05a;
  --warm-gray: #7a7068;
  --card-bg: #faf7f2;
}

body {
  background: var(--cream) !important;
  color: var(--ink) !important;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 300 !important;
}

#site-header {
  background: rgba(245, 240, 232, 0.95) !important;
  border-bottom: 1px solid rgba(184, 151, 58, 0.25) !important;
  box-shadow: none !important;
}

.site-title a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.15em !important;
  color: var(--ink) !important;
}

.g-nav a {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.1em !important;
  color: var(--warm-gray) !important;
}

.g-nav a:hover {
  color: var(--ink) !important;
}

.c-cat-label, .p-cat-label {
  background: transparent !important;
  border: 1px solid var(--gold) !important;
  color: var(--gold) !important;
  font-family: 'Cormorant Garamond', serif !important;
  border-radius: 0 !important;
}

.entry-content h2 {
  font-family: 'Playfair Display', serif !important;
  border-left: 3px solid var(--gold) !important;
  border-bottom: none !important;
  padding: 4px 0 4px 16px !important;
  background: none !important;
}

.entry-content h3 {
  font-family: 'Noto Serif JP', serif !important;
  border-bottom: 1px solid rgba(184,151,58,0.3) !important;
}

#site-footer {
  background: var(--ink) !important;
  color: rgba(245,240,232,0.5) !important;
}

#site-footer a {
  color: rgba(245,240,232,0.5) !important;
}

#site-footer a:hover {
  color: var(--cream) !important;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&family=Noto+Serif+JP:wght@300;400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --ink: #0e0c0a;
  --cream: #f5f0e8;
  --gold: #b8973a;
  --warm-gray: #7a7068;
}

body {
  background: var(--cream) !important;
  color: var(--ink) !important;
  font-family: 'Noto Serif JP', serif !important;
}

#site-header {
  background: rgba(245,240,232,0.95) !important;
  border-bottom: 1px solid rgba(184,151,58,0.25) !important;
  box-shadow: none !important;
}

.site-title a {
  font-family: 'Cormorant Garamond', serif !important;
  letter-spacing: 0.15em !important;
}

.g-nav a {
  font-family: 'Noto Serif JP', serif !important;
  color: var(--warm-gray) !important;
}

#site-footer {
  background: var(--ink) !important;
  color: rgba(245,240,232,0.5) !important;
}