/* 
    Document   : typography
    Created on : 14.12.2012, 12:54:59
    Author     : naume.keculovski@mesch.ch
    Description:
        Stylesheet text elements
*/

@import url('https://fonts.googleapis.com/css?family=Hind:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic&display=swap');

body{
    font-family:'Hind';
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
h1,h2,h3,h4,h5{
    font-weight: 700;
    font-family:'Hind';
    line-height: 14px;
    font-size: 14px;
    border-bottom:1px solid #000;
    display: inline-block
}

#footer a{
    font-family:'Hind';
}
a{
    font-family:'Hind';
    color:#000;
}

b,strong,strong a{
    font-weight: 700;
    font-family:'Hind';
}

.home-button {
    background-color: #D7D537;
    color: #5C7871;
    display: block;
    font-weight: bold;
    padding: 3px 0 2px 15px;
    text-decoration: none;
}
