/*
Theme Name: DesignMora Starter
Theme URI: https://designmora.com/
Author: DesignMora
Author URI: https://designmora.com/
Description: DesignMora Starter — a lightweight, Elementor-friendly starter theme with Bootstrap 5 support. Built specifically for Adult Family Home and agency client sites. Theme options are configurable via Redux Framework.
Version: 1.0.1
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: designmora-starter
Tags: custom-header, custom-menu, featured-images, threaded-comments, translation-ready

DesignMora Starter theme is released under GPLv2 or later license.
*/

/* ==========================================================================
   Base resets — Bootstrap 5 is already loaded via inc/enqueue-scripts.php
   Only small overrides / base structure live here.
   Use assets/css/custom.css for design and layout customization.
   ========================================================================== */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #333;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
}

img {
	max-width: 100%;
	height: auto;
}

.site-content {
	min-height: 60vh;
}

/* Skip link accessibility */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: #fff;
	color: #000;
	padding: 10px 15px;
	z-index: 999999;
}
.skip-link:focus {
	left: 10px;
}
