@font-face {
    font-family: AlegreyaSans500;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-Medium.ttf)
}

@font-face {
    font-family: AlegreyaSans400;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf)
}

@font-face {
    font-family: AlegreyaSans700;
    src: url(../fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf)
}

.title-500 {
    font-family: AlegreyaSans500;
    font-style: normal;
    font-weight: 500;
    line-height: 34px
}

.text-normal {
    font-family: AlegreyaSans400;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.text-normal-bold {
    font-family: AlegreyaSans700;
    font-style: normal;
    font-weight: 700
}

a {
    color: #000 !important
}

a:hover {
    text-decoration: none !important;
    color: #000 !important
}

.btn-red {
    color: #fff !important;
    border: 2px solid #E30016 !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    padding: 0
}

.btn-red:hover {
    color: #fff !important;
    border: 2px solid #E30016 !important;
    background-color: #E30016 !important
}

.btn-light {
    color: #fff !important;
    border: 2px solid #656565 !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    padding: 0
}

.btn-light:hover {
    color: #fff !important;
    border: 2px solid #656565 !important;
    background-color: #656565 !important
}