@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Raleway", serif;
    color: #777;
    line-height: 1.4;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 200;
    color: #222;
}

a {
    color: #E6462E;
    font-weight: 500;
    transition: all 0.4s;
}

a:hover{
    color: #ff4e33;
}

.btn {
    border-radius: 0;
    padding: 5px 10px;
}

.btn-brand {
    color: #fff;
    font-weight: 300;
    font-size: small;
    border-color: #E6462E;
    background-color: #E6462E;
}

.btn-brand:hover {
    color: #fff;
    border-color: #ff4e33;
    background-color: #ff4e33;
}