/*
Theme Name: Mirastar - Coslada
Author: Cormack Advertising
Description: Custom WordPress theme for Mirastar - Coslada
Version: 1.0.2
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

img {
    max-width: 100%;
    height: auto;
}
