/* IvyTimeClock theme: Bootstrap 5.3 + square corners (AGENTS.md) */
:root {
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-border-radius-xl: 0;
    --bs-border-radius-xxl: 0;
    --bs-border-radius-2xl: 0;
    --bs-border-radius-pill: 0;
}

.btn,
.form-control,
.form-select,
.card,
.alert,
.modal-content,
.dropdown-menu,
.navbar,
.badge,
.input-group-text {
    border-radius: 0 !important;
}
