/*
Theme Name: MMW Custom
Theme URI: http://localhost:8000
Author: MMW Team
Description: A custom theme to match the main Laravel application design.
Version: 1.0
text-domain: mmw-custom
*/

/* Reset & Basic Styles handled by Tailwind */
body {
    font-family: 'Inter', sans-serif;
}
.bg-dark-bg {
    background-color: #0B0D18;
}