@import "root.css";

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    /* color: var(--color_7); */
    line-height: 1.5;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: var(--color_4); */
    margin: 0;
}

/* h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2 !important;
} */

h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

p {
    /* color: white; */
    margin: 0;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}