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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "helveticaregular", Helvetica, Arial, sans-serif;
    color: #343435;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "helveticabold", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

a {
    color: #fe5812;
    text-decoration: none;
}

a:hover {
    color: #514b4a;
}

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