/*
Theme Name: LIOLEB
Theme URI: https://lioleb.org
Author: LIOLEB Team
Description: Modern, trust-first humanitarian WordPress theme.
Version: 1.0.0
Text Domain: lioleb
*/

:root {
    --primary: #0F172A; /* Tailwind slate-900 */
    --accent: #e11d48; /* Tailwind rose-600 */
    --background: #fafaf9; /* Tailwind stone-50 */
}

body {
    background-color: var(--background);
    color: var(--primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Prevent layout shift caused by scrollbars */
html {
    overflow-y: scroll;
}
