/*
Theme Name: Valkor Construction
Theme URI: 
Author: Boryazya
Author URI: 
Description: A modern corporate theme for Valkor construction company.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: valkor
*/

/* Local Fonts Definition */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./assets/fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./assets/fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./assets/fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./assets/fonts/montserrat-800.woff2') format('woff2');
}

/* Base WordPress Content Styling for standard tags inside .valkor-wp-content */
.valkor-wp-content h1, 
.valkor-wp-content h2, 
.valkor-wp-content h3, 
.valkor-wp-content h4, 
.valkor-wp-content h5, 
.valkor-wp-content h6 {
    color: #0B1D3A;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
}
.valkor-wp-content h2 { font-size: 1.75rem; }
.valkor-wp-content h3 { font-size: 1.5rem; }
.valkor-wp-content p {
    margin-bottom: 1.5em;
    line-height: 1.75;
}
.valkor-wp-content a {
    color: #114DA0;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}
.valkor-wp-content a:hover {
    color: #D4A017;
}
.valkor-wp-content ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.valkor-wp-content ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}
.valkor-wp-content li {
    margin-bottom: 0.5em;
}
.valkor-wp-content blockquote {
    border-left: 4px solid #D4A017;
    padding-left: 1.5em;
    font-style: italic;
    margin-bottom: 1.5em;
    color: #4a5568;
}
.valkor-wp-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1.5em;
}
.valkor-wp-content figure {
    margin: 2em 0;
}
.valkor-wp-content figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #718096;
    margin-top: 0.5em;
}
