/*
Theme Name: Dalim Theme
Theme URI: https://dalimsoftware.com/
Author: Dalim Software
Author URI: https://dalimsoftware.com/
Description: A premium, modern WordPress theme for Dalim Software, featuring glassmorphism and advanced animations.
Version: 1.0.0
Text Domain: dalim-theme
*/

/* Reset and Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #0f172a; /* matches bg-gray-900 */
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}
