/*
Theme Name: Alhamour Portfolio
Theme URI: https://example.com/alhamour-portfolio
Author: AI-assisted build for this project
Description: Native Arabic RTL portfolio theme for Alhamour using ACF Pro and local assets.
Version: 1.0.0
Text Domain: alhamour-portfolio
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}
