/*
Theme Name: Waffir Elementor Shell
Theme URI: https://waffir.local
Author: Waffir
Description: Minimal Elementor-first shell theme for the Waffir marketplace MVP.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: waffir-elementor-shell
*/

* {
    box-sizing: border-box;
}

body {
    background: #f7f8fa;
    color: #13251f;
    font-family: Inter, "IBM Plex Sans Arabic", "Noto Kufi Arabic", Arial, sans-serif;
    margin: 0;
}

a {
    color: inherit;
}

.waffir-shell {
    min-height: 100vh;
}

.waffir-shell-content {
    margin: 0;
}
