@import url("fonts.css");
@import url("vars.css");
@import url("utilities.css");
@import url("main.css");
@import url("icons.css");
@import url("notification.css");
@import url("dropdown.css");
@import url("ui.css");
@import url("login.css");
@import url("dashboard.css");
@import url("summary.css");
@import url("reservations.css");
@import url("debug.css");
@import url("products.css");
@import url("foodcost.css");
@import url("agent-chat.css");

html,
body {
	margin: 0;
	height: 100%;
}

:where(body) {
	font-family: var(--font-family);
	font-size: var(--font-size);
	color: var(--text-color);
	font-weight: 400;
}

:where(h1:first-child),
:where(h2:first-child),
:where(h3:first-child) {
	margin-top: 0;
}

:where(a),
:where(a:visited),
:where(a:active),
:where(a:hover) {
	color: inherit;
	text-decoration: none;
}
