/* FINEGOLD Custom CSS - 무인 금거래소 창업 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;900&display=swap');

:root {
    --fg-gold: #d4af37;
    --fg-gold-light: #f0d060;
    --fg-gold-dark: #b8960c;
    --fg-dark-bg: #0a0a14;
    --fg-dark-card: #12121e;
    --fg-dark-border: #1e1e30;
    --fg-text-white: #f5f5f5;
    --fg-text-gray: #a0a0b0;
}

body {
    font-family: 'Noto Sans KR', sans-serif !important;
    background: var(--fg-dark-bg) !important;
    color: var(--fg-text-white) !important;
}

.wp-site-blocks {
    background: var(--fg-dark-bg) !important;
}

/* Header */
header, .wp-block-template-part {
    background: var(--fg-dark-bg) !important;
    border-bottom: 1px solid var(--fg-dark-border) !important;
}
header a, .wp-block-site-title a {
    color: var(--fg-gold) !important;
    text-decoration: none !important;
}

/* Content Area */
.wp-block-post-content, .entry-content, main {
    background: var(--fg-dark-bg) !important;
    color: var(--fg-text-white) !important;
}

.wp-block-post-title, h1.wp-block-post-title {
    color: var(--fg-gold) !important;
    font-weight: 800 !important;
    font-size: 2.2em !important;
}

h2, h3, h4 {
    color: var(--fg-gold) !important;
}

p {
    color: var(--fg-text-gray) !important;
    line-height: 1.9 !important;
}

a {
    color: var(--fg-gold-light) !important;
}

/* Featured Image */
.wp-block-post-featured-image img {
    border-radius: 16px !important;
    border: 1px solid rgba(212,175,55,0.2) !important;
}

/* Footer */
footer, .wp-block-template-part:last-child {
    background: var(--fg-dark-bg) !important;
    border-top: 1px solid var(--fg-dark-border) !important;
    color: var(--fg-text-gray) !important;
}

/* Navigation */
nav a {
    color: var(--fg-text-gray) !important;
}
nav a:hover {
    color: var(--fg-gold) !important;
}

/* Premium Content Wrapper - for RoboPress styled posts */
.premium-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
