@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&family=Raleway:wght@300;400;700&display=swap"); body {
background-color: #0a0a0a;
color: #e0e0e0;
font-family: 'Raleway', sans-serif;
font-weight: 300;
letter-spacing: 0.03em;
}
a {
color: #c8a96e;
transition: color 0.3s ease;
}
a:hover {
color: #ffffff;
text-decoration: none;
} .site-header,
header.elementor-section {
background-color: #000000 !important;
border-bottom: 1px solid #222;
padding: 15px 0 !important;
}
.site-navigation a,
nav a {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 13px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #ffffff !important;
transition: color 0.3s ease;
}
.site-navigation a:hover,
nav a:hover {
color: #c8a96e !important;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #ffffff;
}
h1 { font-size: 3rem; line-height: 1.2; }
h2 { font-size: 2rem; color: #c8a96e; }
h3 { font-size: 1.3rem; } article.post,
.post-item {
background: #111111;
border: 1px solid #1e1e1e;
border-radius: 4px;
overflow: hidden;
margin-bottom: 30px;
transition: transform 0.3s ease, border-color 0.3s ease;
}
article.post:hover {
transform: translateY(-5px);
border-color: #c8a96e;
}
article.post img {
width: 100%;
transition: transform 0.5s ease;
filter: brightness(0.85);
}
article.post:hover img {
transform: scale(1.03);
filter: brightness(1);
}
.entry-title a,
.post-title a {
color: #ffffff !important;
font-family: 'Montserrat', sans-serif;
font-size: 1.1rem;
font-weight: 600;
letter-spacing: 0.05em;
}
.entry-title a:hover,
.post-title a:hover {
color: #c8a96e !important;
}
.entry-meta,
.post-meta {
color: #666;
font-size: 0.75rem;
letter-spacing: 0.1em;
text-transform: uppercase;
} .wp-block-button__link,
a.button,
input[type="submit"],
button[type="submit"] {
background-color: transparent !important;
border: 2px solid #c8a96e !important;
color: #c8a96e !important;
font-family: 'Montserrat', sans-serif !important;
font-size: 12px !important;
font-weight: 700 !important;
letter-spacing: 0.2em !important;
text-transform: uppercase !important;
padding: 14px 32px !important;
border-radius: 0 !important;
transition: all 0.3s ease !important;
}
.wp-block-button__link:hover,
a.button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
background-color: #c8a96e !important;
color: #000000 !important;
} .site-footer,
footer {
background-color: #000000 !important;
border-top: 1px solid #222;
color: #666 !important;
font-size: 0.85rem;
letter-spacing: 0.05em;
padding: 40px 0 !important;
}
.site-footer a,
footer a {
color: #c8a96e !important;
}
.site-footer h4,
footer h4 {
color: #ffffff;
font-size: 0.75rem;
letter-spacing: 0.2em;
margin-bottom: 15px;
} .read-more-link,
a.more-link {
color: #c8a96e !important;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
} hr {
border-color: #222;
} .site-main,
.entry-content {
background-color: #0a0a0a;
padding: 40px 0;
} .social-icons a,
.elementor-social-icons-wrapper a {
color: #666 !important;
transition: color 0.3s ease;
}
.social-icons a:hover,
.elementor-social-icons-wrapper a:hover {
color: #c8a96e !important;
}