/*
Theme Name: Arasis Elementor Theme
Theme URI: https://arasis.com
Author: Tim Arasis
Description: Tema khusus untuk website Arasis yang dioptimalkan untuk Elementor, menggunakan Tailwind CSS, Lucide Icons, dan Font Inter.
Version: 1.0
Text Domain: arasis
*/

/* Reset dasar Elementor agar mengikuti Tailwind */
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background-color: #f3f4f6; /* gray-bg dari HTML Anda */
    color: #111827; /* dark dari HTML Anda */
}