/*
Theme Name: YASOO Company Theme
Theme URI: https://github.com/shawkinour/yasoo-company-theme
Author: Shawki Nour
Author URI: https://github.com/shawkinour
Description: Modular multi-interface WordPress company theme for company profiles, services, portfolios, stores, articles and landing pages.
Version: 0.10.0
Requires at least: 6.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yasoo-company-theme
Domain Path: /languages
Tags: custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, wide-blocks
*/

:root {
    --yasoo-content-width: 760px;
    --yasoo-wide-width: 1200px;
    --yasoo-spacing: 1.5rem;
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #1f2937;
    background: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
}

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

.site-header,
.site-main,
.site-footer {
    width: min(100% - 2rem, var(--yasoo-wide-width));
    margin-inline: auto;
}

.site-header,
.site-footer {
    padding-block: var(--yasoo-spacing);
}

.site-main {
    min-height: 60vh;
    padding-block: calc(var(--yasoo-spacing) * 2);
}

.site-title {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.site-title a {
    text-decoration: none;
}

.entry-content {
    width: min(100%, var(--yasoo-content-width));
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: fixed;
    z-index: 100000;
    top: 1rem;
    inset-inline-start: 1rem;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    margin: 0;
    overflow: visible;
    clip-path: none;
    background: #ffffff;
    color: #111827;
}
