﻿/*
 Theme Name: Dornika Child
 Theme URI: https://dornika.example.com
 Description: چایلد تم سبک و مینیمال برای کلینیک دندانپزشکی دورنیکا.
 Author: Dornika Digital Team
 Author URI: https://dornika.example.com
 Template: twentytwentyfour
 Version: 1.0.0
 Text Domain: dornika-child
*/

body {
    font-family: "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    direction: rtl;
    background-color: var(--surface-base, #F8FAFC);
    color: var(--ink, #0F172A);
    line-height: 1.7;
}

a {
    color: var(--teal, #14B8A6);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: var(--gold, #D4AF37);
}

:focus-visible {
    outline: 3px solid var(--gold, #D4AF37);
    outline-offset: 3px;
}

img,
video {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-lg, 14px);
}

button,
.btn,
.button-link {
    font-family: inherit;
    cursor: pointer;
}

body.wp-admin {
    direction: rtl;
}
