/* stylesheets/custom.css */

/* Set global font to Calibri */
body {
    font-family: 'Calibri', sans-serif;
}

/* Make section headings a bit bolder */
.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
    font-weight: 600;
}

/* Add custom left border to notes and warnings */
.admonition {
    border-left: 4px solid #185494;
    padding-left: 12px;
}

/* Slightly bigger font for better readability */
.md-typeset {
    font-size: 16px;
}

/* Custom color for inline code */
code {
    background-color: #f5f5f5;
    color: #c7254e;
}
