/* Bu dosya admin panelden otomatik olusturulmustur */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --green: #8A8B4F;
    --green-dark: #6B6C3A;
    --green-darker: #4F4F2B;
    --green-light: #A8A968;
    --bg: #F5F1E3;
    --bg-soft: #EFEAD9;
    --dark: #2D2B1E;
    --text: #3B3A28;
    --text-muted: #706B52;
}

body, input, textarea, select, button { font-family: 'Poppins', system-ui, sans-serif; }
h1, h2, h3, h4, h5, h6, .section-title, .hero-title { font-family: 'Montserrat', system-ui, sans-serif; }
