/*
Theme Name: US Arabia Global
Theme URI: https://usarabiaglobal.com/
Author: US Arabia Global
Author URI: https://usarabiaglobal.com/
Description: Custom lightweight bilingual corporate WordPress theme for US Arabia Global.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: us-arabia-global
Domain Path: /languages
License: Proprietary
License URI: ../../../../LICENSE.md
*/

/*
This file provides the required WordPress theme header and a small global
compatibility foundation. Modular frontend styles live in assets/css/.
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: #111;
  background: #fff;
  border: 2px solid currentColor;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignwide,
.alignfull {
  clear: both;
}
