:root {
    --primary: #0f172a;
    --accent: #8b6f3d;
    --border: #e2e8f0;
    --muted: #64748b;
    --bg: #fafafa;

    --font-main: 'Noto Sans Georgian', sans-serif;
    --font-academic: 'Noto Serif Georgian', serif;
}

body {
    background-color: var(--bg);
    font-family: var(--font-main);
    color: #2d3748;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .page-title, .fund-title, .section-subtitle  {
    font-family: var(--font-academic);
}

.form-control, .input-group, .custom-select-wrapper select, a {
    font-family: var(--font-main);
}