/* User Provided Stylesheet */

/* Google Fonts'tan font yükleme */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&family=Montserrat:wght@400;500;700&display=swap");

/* Tüm site için ana yazı tipi (gövde metni) */
.myst-fm-downloads-dropdown {
    display: none !important;
}

table td:first-child,
table th:first-child {
    white-space: nowrap;
}

body,
p {
    font-family: Roboto, sans-serif;
    font-size: 1.1em !important;
    line-height: 1.7;
}

.myst-primary-sidebar-toc {
    width: 200px !important;
    text-shadow: dodgerblue;
}

.myst-primary-sidebar-toc a:hover {
    color: dodgerblue;
}

.myst-fm-block {
}

/* Başlıklar için ayrı bir font */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
}

h1 {
    font-size-adjust: 0.55;
}

/* Kod blokları için monospace font */
code,
pre {
    font-family: "Adwaita Mono", monospace;
    font-size: 1.1em;
}

table,
td {
    font-size: 1.1em;
}
