/*
Theme Name: Golshan Urology
Theme URI: https://example.com
Author: Ali Jabbari
Author URI: https://example.com
Description: Premium WordPress Theme for Dr. Alireza Golshan
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: golshan
*/

:root{
    --primary:#2D8CFF;
    --secondary:#D8A85B;
    --dark:#07131F;
    --background:#0B1623;
    --card:#122233;
    --white:#ffffff;
    --text:#d7dde5;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Vazirmatn,sans-serif;
    background:var(--background);
    color:var(--white);
    direction:rtl;
    overflow-x:hidden;
}

a{
    color:inherit;
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

.container{
    width:min(1280px,92%);
    margin:auto;
}