/*
Theme Name: SAT EDU Theme
Theme URI: https://www.sat-edu.com
Author: SAT EDU
Description: Custom theme for SAT EDU website
Version: 1.0.0
License: GPL v2 or later
Text Domain: sat-edu
*/

/* Reset and base styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #fff;
    color: #212529;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0;
}