@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
    --brand-teal: #1f5e5e;
    --brand-teal-dark: #123e3e;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #f7f8fb;
}

.site-header {
    background: #0c3f52;
    border-bottom: 2px solid #082d3a;
}

.site-header a {
    color: white;
    text-decoration: none;
}

.site-header a:hover {
    color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f2a44;
}

.card {
    border-radius: 0.75rem;
}

.form-field-label {
    font-size: 0.875rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-bottom: 0.25rem;
    display: block;
}

.tracking-id {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 1rem;
    background: #f3f4f6;
    border: 1px solid #d9dde5;
    border-radius: 0.5rem;
    padding: 0.75rem;
    word-break: break-all;
}
