/* Consignment Knife Management — Custom Overrides */

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Smooth transitions */
a, button {
    transition: all 0.15s ease;
}
