/*
Theme Name: Sina Arya Gene
Theme URI: https://sinaaryagene.com/
Description: Custom Astra child theme for the Sina Arya Gene B2B medical website.
Author: Seyed Mehran Baki
Author URI: https://sinaaryagene.com/
Template: astra
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.3
Text Domain: sina-arya-gene
*/

:root {
	--sag-navy: #06172d;
	--sag-gold: #c7a15a;
	--sag-surface: #f6f8fa;
	--sag-text: #182230;
	--sag-muted: #667085;
	--sag-border: #e4e7ec;
	--sag-white: #ffffff;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--sag-text);
	background: var(--sag-white);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

::selection {
	color: var(--sag-white);
	background: var(--sag-navy);
}
