/*!
Theme Name: Urich 2026
Theme URI: https://urich.org
Author: Urich
Author URI: https://urich.org
Description: urich
Version: 1.0.0
Text Domain: urich-2026
Tags: urich, urich-site, company, developer
*/

*, *::before, *::after {
    box-sizing: border-box;
}



body {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #2E2E2E;
    background-color: #FFF;
}

p {
    font-weight: 600;
    font-size: clamp(14px, 2.2vw, 20px);
    line-height: 1.4;
    letter-spacing: -0.04em;
    color: #2E2E2E;
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(48px, 8vw, 128px);
    line-height: 0.85;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #2E2E2E;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(24px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #2E2E2E;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    font-size: clamp(18px, 3vw, 28px);
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #2E2E2E;
}

h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #2E2E2E;
}

/*** Contact Form 7 ***/
.wpcf7-not-valid-tip {
    color: #c62828;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 16px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
}

.wpcf7-mail-sent-ok {
    background-color: #D2E9E5;
    color: #1E8F7F;
    border: none;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background-color: #ffebee;
    color: #c62828;
    border: none;
}

.wpcf7-not-valid .form-field input,
.wpcf7-not-valid .form-field textarea {
    box-shadow: 0 0 0 1px #c62828 inset !important;
}

.wpcf7-not-valid .form-field label {
    color: #c62828 !important;
}

.checkbox-container.wpcf7-not-valid label {
    color: #c62828 !important;
}

.checkbox-container.wpcf7-not-valid label::before {
    border-color: #c62828 !important;
}

.hidden-fields-container {
    display: none;
}
/*** END Contact Form 7 ***/


















