/*
Theme Name: AStechnologies
Theme URI: https://astechnologies.ae/
Author: AStechnologies
Author URI: https://astechnologies.ae/
Description: Custom starter theme for AStechnologies. Bootstrap-ready, responsive, and minimal.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: astechnologies
*/


:root{
--primary: #9F5255; /* theme primary color */
}


/* Basic resets and body */
body{font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; margin:0; color:#222}
a{color:var(--primary)}


.site-header{background:#fff;border-bottom:1px solid #eee}
.site-branding{padding:16px}
.site-nav{padding:12px}


.container{max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}


/* Basic utility spacing */
.mt-1{margin-top:8px}.mt-2{margin-top:16px}


/* Footer */
.site-footer{background:#111;color:#fff;padding:40px 0}
.site-footer a{color:#fff}


/* Responsive image */
img{max-width:100%;height:auto}


/* Custom CSS file import (kept minimal here) */
@import url("assets/css/custom.css");