/* TÜBA Genç Akademi — Kurumsal tipografi
   Gövde: Open Sans (TÜBA ana sitesi ile uyumlu)
   Başlık / vurgu: Marlide Display (Genç Akademi kurumsal font) */

:root {
    --font-body: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --font-display: 'Marlide Display', var(--font-body);
    --font-heading: var(--font-display);

    --bs-body-font-family: var(--font-body);
    --bs-font-sans-serif: var(--font-body);
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body,
.site-body {
    font-family: var(--font-body);
    font-weight: 400;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.font-display,
.static-page-hero h1,
.news-page-hero h1,
.news-title,
.news-card-modern .card-title,
.carousel-caption h5,
.member-detail-name {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.navbar-nav .nav-link,
.navbar-nav .dropdown-toggle,
.topbar,
.language-switcher a {
    font-family: var(--font-body);
    font-weight: 600;
}

.static-page-eyebrow,
.news-card-modern .card-date,
.recent-news-date {
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0.06em;
}

button,
.btn,
input,
select,
textarea {
    font-family: inherit;
}
