/*
Theme Name: Samakesaadat Cinematic Theme
Theme URI: https://samakesaadat.com
Author: Antigravity
Description: A cinematic theme for Samakesaadat hearing aid center with scroll-triggered animations.
Version: 1.0
Text Domain: samakesaadat
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'IRANSans', Tahoma, Arial, sans-serif !important;
}

@font-face {
    font-family: 'IRANSans';
    src: url('assets/fonts/IRANSans.woff2') format('woff2'),
        url('assets/fonts/IRANSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'IRANSans', Tahoma, Arial, sans-serif;
    line-height: 1.6;
    color: #fff;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    background-color: #000;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}