@import url('https://rsms.me/inter/inter.css');

:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

[x-cloak] {
    display: none !important;
}

.tox-notifications-container {
    display: none !important;
}

.tox-statusbar__branding {
    display: none !important;
}

.room-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    transform: scale(1.02) !important;
}

.guest-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
}
