/*
Theme Name: Fartiyal Portfolio
Theme URI: https://fartiyal.in
Author: Codex Assistant
Author URI: https://fartiyal.in
Description: A bespoke portfolio theme replicating the fartiyal.in layout with full Customizer control.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fartiyal-portfolio
*/

:root {
	scroll-behavior: smooth;
}

body {
	font-family: "Poppins", Arial, sans-serif;
	background-color: #ffffff;
	color: #0f172a;
}

html.dark body {
	background-color: #000000;
	color: #f8fafc;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	color: inherit;
}

.theme-transition {
	transition: background-color 0.3s ease, color 0.3s ease;
}

[data-scroll-top] {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

