/*
Theme Name: MoodFood Portal
Theme URI: https://menuguide.dk
Description: Restaurant portal til MenuGuide.dk - Tailwind-baseret tema.
Author: MenuGuide
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: menuguide-portal
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }