@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap');

html,
body {
    font-family: 'Kanit', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Thai", sans-serif;
}

:root {
    --brand: #2563eb;
    --brand-600: #1d4ed8;
    --ring: #e5e7eb;
}

.page-header {
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.page-footer {
    font-size: 0.9rem;
}