/*
 Theme Name:   Ecoblue Child Theme
 Theme URI:    http://ecoblue.themerex.net/
 Description:  Ecoblue Child Theme
 Author:       ThemeRex
 Author URI:   http:///ancorathemes.com/
 Template:     ecoblue
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  ecoblue
*/

/* =Theme customization starts here
------------------------------------------------------------ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Barlow+Condensed:wght@500;600;700;800&family=Noto+Serif:ital,wght@0,400;0,600;1,400&display=swap');

/* ── 全局字体 ── */
body {
  font-family: 'Barlow', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

p, li,
.elementor-widget-text-editor p {
  font-family: 'Barlow', sans-serif !important;
}

blockquote, cite {
  font-family: 'Noto Serif', serif !important;
}

/* ── 全局颜色 ── */
:root {
  --ync-red:       #d00f31;
  --ync-red-dark:  #a60d27;
  --ync-black:     #1a1a1a;
  --ync-text:      #595757;
  --ync-mute:      #888380;
  --ync-border:    #e8e4df;
  --ync-bg-warm:   #faf9f7;
  --ync-gold:      #c9a96e;
}