/*
Theme Name: University Magazine
Theme URI: https://example.com
Author: Saad
Author URI: https://example.com
Description: Custom theme for the university magazine
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: university-magazine
*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

body {
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  text-align: right;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}
