/*
Theme Name: Riwaq Theme
Theme URI: https://example.com
Author: Shehab
Author URI: https://example.com
Description: Custom WordPress theme for Riwaq.
Version: 1.0.0
Text Domain: riwaq-theme
*/

.default-page {
    min-height: 100vh;
    padding: clamp(140px, 12vw, 220px) 5vw 100px;
    background: #f7f4ef;
}

.default-page-container {
    width: min(100%, 1100px);
    margin-inline: auto;
}

.default-page-title {
    margin-bottom: 50px;
    color: #142b3a;
    font-size: clamp(48px, 6vw, 96px);
    font-weight: 400;
    line-height: 1;
}

.default-page-body {
    color: #283a43;
    font-size: clamp(17px, 1.1vw, 20px);
    line-height: 1.7;
}

.default-page-body h2,
.default-page-body h3 {
    margin: 45px 0 18px;
    line-height: 1.2;
}

.default-page-body p,
.default-page-body ul,
.default-page-body ol {
    margin-bottom: 22px;
}

.default-page-body ul,
.default-page-body ol {
    padding-left: 24px;
}

.default-page-body a {
    color: #2f8c91;
}
