/* Senate MS — Bootstrap theme (ABU green) */
:root {
    --bs-primary: #14532d;
    --bs-primary-rgb: 20, 83, 45;
}

body {
    font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.navbar-brand img {
    height: 2.25rem;
    width: auto;
}

.ql-container {
    font-family: inherit;
    font-size: 1rem;
}

.min-h-editor {
    min-height: 240px;
}

.minutes-readonly img {
    max-width: 100%;
    height: auto;
}
