@font-face {
    font-family: opensans;
    src: url('../font/opensans.ttf')
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../font/Montserrat-Bold_0.ttf')
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: middle;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
}

a {
    color: #333;
}

a:hover {
    color: #333;
    text-decoration: none;
}