/* -------------------------------------------------------------|
|-| START OF 00_GLOBAL.CSS.
|---------------------------------------------------------------| */

html {
    height: 100%;
    box-sizing: border-box;
    scroll-padding-top: 60px;
}

* { 
    margin: 0px;
    padding: 0px;
}

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

body {
    min-width: 320px;
}

/* -------------------------------------------------------------|
|-| END OF 00_GLOBAL.CSS.
|---------------------------------------------------------------| */
