/*
Theme Name: Urban Age
Theme URI: https://urban-age.com
Author: Shaked Yarden
Description: Custom theme for Urban Age - Urban renewal facilitation in Israel. Designed for easy content management by the Urban Age team.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urban-age
Tags: rtl-language-support, custom-menu, featured-images, custom-post-types
*/

/*
 * This is the theme header file.
 * The actual styles are imported from css/main.css
 * which contains the converted styles from the current static site.
 */

/* Basic reset and RTL support */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  direction: rtl;
  text-align: right;
  font-family: 'Heebo', 'Assistant', 'Rubik', Arial, sans-serif;
}

/* WordPress admin bar adjustment for RTL */
body.admin-bar {
  margin-top: 32px;
}

/* Import main stylesheet (will be created next) */
@import url('css/main.css');
