/* === Base Styles === */

html {
    height: 100%;
    overflow: hidden;
}

body.h-screen {
    height: 100vh !important;
    height: 100dvh !important;
}

body {
    background-color: #1a202c;
    color: #cbd5e0;
}

.bg-dark {
    background-color: #2d3748;
}

h1 {
    font-size: 24px;
    font-weight: 600;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

a {
    color: #7ab7ff;
    text-decoration: none;
}

a:hover {
    color: #5fa3e1;
}

.hidden {
    display: none !important;
}

/* MathJax inline rendering */
.mathjax-rendered mjx-container {
    display: inline !important;
    vertical-align: baseline !important;
}

span.mathjax-rendered mjx-container {
    display: inline !important;
    vertical-align: baseline !important;
}

.mathjax-rendered mjx-container svg {
    display: inline !important;
    vertical-align: baseline !important;
}
