/*
Theme Name: Weryon Enterprise
Theme URI: https://expertlist.ro/
Author: Weryon
Author URI: https://expertlist.ro/
Description: Ultra-light enterprise shell for Weryon Mapping Engine commercial and application pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
License: Proprietary
Text Domain: weryon-enterprise
*/

:root {
    --weryon-bg: #ffffff;
    --weryon-ink: #0b1220;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

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

body {
    margin: 0;
    min-width: 320px;
    background: var(--weryon-bg);
    color: var(--weryon-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
}

.weryon-theme-page {
    min-height: 100vh;
}

.weryon-theme-page > * {
    min-width: 0;
}
