/*
Theme Name:        YallaDominator
Theme URI:         https://yalladominator.com
Author:            YallaDominator Dev
Description:       Companion theme for YallaDominator Pro plugin — Arabic sports portal
Version:           2.0.2
Requires at least: 6.0
Requires PHP:      7.4
License:           GPL-2.0+
Text Domain:       yalladominator
*/

html, body {
    margin: 0;
    padding: 0;
    background: #f6f7fb;
    color: #161616;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

a {
    color: #0a66c2;
}

.site {
    min-height: 100vh;
}

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

.wp-block-image,
figure {
    margin: 1.2em 0;
}

.yd-theme-shell {
    box-sizing: border-box;
}
