:root {
    --primary: #0b4f2f;
    --secondary: #d4af37;
}

body {
    background: #f5f7fa;
}

.container-component {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}