/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
Text Domain: hello-child
*/

/* ==========================
   GLOBAL RESET
========================== */

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}*/