/*
Theme Name: Aiou
Theme URI: https://example.com/aiou
Author: Shahzad
Author URI: https://example.com
Description: A lightweight, SEO-friendly WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aiou
Tags: SEO-friendly, responsive, lightweight
*/

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Body */
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
  }
  
  /* Links */
  a {
    color: #0073aa;
    text-decoration: none;
  }
  a:hover {
    color: #005177;
  }