/*
Theme Name: Muslim Online
Theme URI: https://muslimarabic.online
Author: Muslim Online
Author URI: https://muslimarabic.online
Description: A lightweight custom WordPress theme for Quran, Arabic language and Islamic education classes.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.1
Text Domain: muslim-online
*/

:root {
    --mo-navy: #06224F;
    --mo-teal: #08A9B5;
    --mo-dark-teal: #007B91;
    --mo-orange: #FF9D00;
    --mo-gold: #FFC23D;
    --mo-background: #F7FAFC;
    --mo-white: #FFFFFF;
    --mo-text: #17324D;
    --mo-muted: #60758A;
    --mo-border: #DCE7EF;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--mo-background);
    color: var(--mo-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}
