/*!
Theme Name: thirtydegrees
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>thirtydegrees</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for. تم إزالة دعم شعار الموقع المخصص في Customizer ليتم إدارته بواسطة ACF.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thirtydegrees
Tags: custom-background, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

thirtydegrees is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Font Faces */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100;
  src: url('assets/fonts/Alexandria-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 200;
  src: url('assets/fonts/Alexandria-ExtraLight.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/Alexandria-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/Alexandria-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/Alexandria-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/Alexandria-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/Alexandria-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/Alexandria-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/Alexandria-Black.ttf') format('truetype');
  font-display: swap;
}

/* Reset & Box-Sizing */
html {
  box-sizing: border-box;
  direction: rtl;
  font-family: 'Alexandria', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px; /* Base font size for rem calculations */
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

/* Base Typography & Globals */
body {
  margin: 0;
  padding: 0;
  font-size: 1rem; /* 16px */
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

a {
  color: #0073aa;
  text-decoration: none;
}



/* Media & Images */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Layout Helpers */
.section {
  padding: 4rem 0;
}

.container {
  width: 100%;
  max-width: 85.375rem; /* 1200px to 85.375rem */
  margin: 0 auto;
  padding: 0 0.625rem; /* 10px to 0.625rem */
}

/* ——————————————————————————————
   Your custom RTL styles go below
   —————————————————————————————— */
