@import "header.css";
@import "footer.css";
@import "mainColor.css";


@font-face {
    font-style: lighter;
    font-family: 'HDHarmony';
    font-weight: 300;
    src: url("../font/HDHarmonyL.ttf") format("truetype");
}

@font-face {
    font-style: normal;
    font-family: 'HDHarmony';
    font-weight: 500;
    src: url("../font/HDHarmonyM.ttf") format("truetype");
}

@font-face {
    font-style: bold;
    font-family: 'HDHarmony';
    font-weight: 700;
    src: url("../font/HDHarmonyB.ttf") format('truetype');
}

* {
    box-sizing: border-box;
    font-family: "HDHarmony" !important;
}




textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

html,
body {
    color: #333;
    background-color: white;
    font-size: 14px;
}

main {
    padding: 20px;
}
