:root {
    --primary-color: #E8F5E9;
    --secondary-color: #FF9800;
    --third-color: #FFF9C4;
    --dark-color: #2E3A59;
    --text-color: #444;
    --border-radius: 18px;
}

body {
    font-family: 'Cairo', sans-serif;
    background: #f8f9fa;
    color: var(--text-color);
    overflow-x: hidden;
}

.public-body {
    background: linear-gradient( 180deg, #eef8ef 0%, #ffffff 100% );
}
