@font-face { font-family: Montserrat; src: url('../fonts/Montserrat-Regular.ttf'); font-display: swap;} 
@font-face { font-family: Montserrat; font-weight: bold; src: url('../fonts/Montserrat-Bold.ttf'); font-display: swap;}
@font-face { font-family: Tango; src: url('../fonts/TangoSans.ttf'); font-display: swap;} 
@font-face { font-family: Tango; font-weight: bold; src: url('../fonts/TangoSansBold.ttf'); font-display: swap;}

.button:hover{

    color: rgb(41, 52, 88) !important;
    background-color: transparent !important;

}

.button2:hover{

    color: white !important;
    background-color: rgb(41, 52, 88) !important;

}