/*!
Theme Name: Pix - Elementor default
Author: Pix Associates
Author URI: https://www.pix-associates.com/
Version: 1
Text Domain: pix-elementor
*/

html, body{
    padding: 0;
    margin: 0;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: calc(1em * 0.625);
}
body{
    font-size: 1.4rem;
}
*, *:before, *:after {
    box-sizing: inherit;
}