/*
Theme Name: Maksab Corporate Theme
Theme URI: https://maksab-ksa.com
Author: Maksab
Author URI: https://maksab-ksa.com
Description: Custom RTL corporate WordPress theme migrated from the static Maksab website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: maksab-theme
*/

:root {
  --wp--style--global--content-size: 1200px;
}

body {
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

.site-main-fallback {
  min-height: 50vh;
}