/*
==================================================
Miavo Studios Theme
Main Stylesheet
==================================================
*/

/* ---------- CSS Reset ---------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
ol {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

img,
picture {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

/* ---------- Base ---------- */

body {

    font-family: "Lato", Arial, sans-serif;

    font-size: 16px;

    line-height: 1.6;

    color: #111111;

    background: #ffffff;

    text-rendering: optimizeLegibility;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}

main {

    display: block;

}

section {

    width: 100%;

}
