/* Custom assets for Titan Dumpster Rentals Theme */

:root {
    --titan-primary: #f26522;
    --titan-dark: #1f242d;
    --titan-steel: #2c3e50;
    --titan-light: #f8f9fa;
    --titan-green: #2e7d32;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--titan-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: var(--titan-dark);
}

.site-header {
    background-color: #ffffff;
    border-bottom: 2px solid var(--titan-light);
    padding: 15px 0;
}

.site-footer {
    background-color: var(--titan-dark);
    color: #ffffff;
    padding: 60px 0 20px;
    margin-top: 60px;
}

.site-footer h4 {
    color: #ffffff;
    border-bottom: 2px solid var(--titan-primary);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.site-footer a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: var(--titan-primary);
}

.site-info {
    border-top: 1px solid #2d3748;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.875rem;
    color: #a0aec0;
}
