/*
Theme Name: Get Webency Theme
Theme URI: https://getwebency.com
Author: Get Webency
Author URI: https://getwebency.com
Description: A 100% blank, ultra-lightweight, naked Elementor starter theme engineered exclusively for Get Webency.
Version: 5.0.0
Text Domain: get-webency
*/

/* --- Baseline CSS Reset --- */
*, *::before, *::after {
    box-sizing: border-box;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #ffffff;
    color: #222222;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}