@font-face {
    font-family: 'Montserrat';
    src: url('/assets/real-estate/fonts/Montserrat-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/assets/real-estate/fonts/CormorantGaramond-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Montserrat', sans-serif;
}


button {
    cursor: pointer;
}

section {
    overflow: hidden;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-cormorant-garamond {
    font-family: 'Cormorant Garamond', sans-serif;
}