body,* {
    font-family: "Cairo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

pre {
    padding: 1rem;
    background-color: #1a202c;
    color: white;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

