/*
|--------------------------------------------------------------------------
| BetegTaxi page background
|--------------------------------------------------------------------------
|
| Started as a copy of the vendor "fuzzy ball" skin (blurred SVG color
| blobs) recolored to the brand palette - replaced with a plain white
| background instead, to actually match betegtaxipecs.hu's look (plain
| white background, no decorative blur), see
| mobil/src/theme/colors.ts `background: '#FFFFFF'` and
| mobil/documentations/03-design-system-and-content-mapping.md.
|
| No dark mode rules here - the admin panel is forced to light-only, see
| config/backpack/theme-tabler.php `options.showColorModeSwitcher`/
| `defaultColorMode`.
*/

html,
body {
    background: #FFFFFF;
}

.page {
    background: transparent;
}
