html, body {
    font-family: "Manrope", "Inter", "Segoe UI", "Helvetica Neue", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mud-appbar {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.mud-drawer {
    border-right: 1px solid rgba(148, 163, 184, 0.2);
}

.mud-paper,
.mud-card {
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.mud-button-root {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.mud-button-filled {
    box-shadow: 0 12px 22px rgba(15, 118, 110, 0.2);
}

.mud-button-outlined {
    border-width: 1.5px;
}

.mud-input-control > .mud-input-control-input-container {
    border-radius: 12px;
}
