/*
Theme Name: fin-dr.ahmet
Theme URI: https://finmedya.com
Author: finmedya.com
Author URI: https://finmedya.com
Description: Uzm. Dr. Ahmet Elçim için FinMedya tarafından oluşturulan WordPress teması.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: fin-dr-ahmet
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root{color-scheme:light;}
html,body{background:#f6f7f8;color:#111618;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}
.bg-primary{background-color:#2badee;}
.text-primary{color:#2badee;}
.bg-background-light{background-color:#f6f7f8;}
.bg-surface-light{background-color:#ffffff;}
.text-text-light{color:#111618;}
.text-muted-light{color:#617c89;}
.border-border-light{border-color:#dbe2e6;}

/* Fixed header support */
.site-header{position:fixed;left:0;right:0;top:0;}
.fin-site-wrapper{padding-top:5rem;}
/* WP admin bar compatibility */
body.admin-bar .site-header{top:32px;}
@media screen and (max-width:782px){
  body.admin-bar .site-header{top:46px;}
}
body.admin-bar .fin-site-wrapper{padding-top:calc(5rem + 32px) !important;}
@media screen and (max-width:782px){
  body.admin-bar .fin-site-wrapper{padding-top:calc(5rem + 46px) !important;}
}
