/*
Theme Name: ASASM Minimal
Theme URI: https://asasm.sa
Author: Salem
Author URI: https://bysalem.me
Description: A minimal WordPress theme with front page displaying logo and site name
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asasm-minimal
*/

/* Minimal custom styles - Most styling handled by Tailwind */
body {
    margin: 0;
    padding: 0;
    font-family: 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}