/* base.css */
@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Math&display=swap');

.unicode-text {
    font-family: 'Noto Sans Math', 'Arial', 'Segoe UI', 'DejaVu Sans', sans-serif;
    white-space: pre-wrap;
}

/* Ensure TinyMCE editor uses the same font */
.tox-tinymce {
    font-family: 'Noto Sans Math', 'Arial', sans-serif !important;
}