/*
Theme Name: SmartSeyali Theme
Theme URI: https://smartseyali.com
Author: SmartSeyali Tech
Author URI: https://smartseyali.com
Description: Custom theme converted from React application
Version: 1.0.0
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
