@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    transition: all 0.25s;
}

.text-custom {
    color: #671616;
}

.btn-custom {
    border: 1px solid #671616;
    color: #671616;
}

.btn-custom:hover {
    background: #671616;
    color: white;
}
