/*
Global styles - Sehico Papel
Base structure for reusable styles.
*/

:root {
    --sehico-primary: #1f2937;
    --sehico-accent: #d62828;
    --sehico-text: #222222;
    --sehico-light: #f5f5f5;
}

body {
    color: var(--sehico-text);
}

.sehico-section {
    padding: 60px 20px;
}

.sehico-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
