@font-face {
font-family: "Cormorant-Bold";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-Bold.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-BoldItalic";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-BoldItalic.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-Italic";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-Italic.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-Light";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-Light.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-LightItalic";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-LightItalic.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-Medium";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-Medium.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-MediumItalic";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-MediumItalic.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-Regular";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-Regular.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-SemiBold";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-SemiBold.ttf") format("opentype"),
}

@font-face {
font-family: "Cormorant-SemiBoldItalic";
src:
    url("https://lmacrealestate.pt/website/resources/Fonts/Cormorant/Cormorant-SemiBoldItalic.ttf") format("opentype"),
}

.text_items{
    color: white !important;
}

.text_items:hover{
    color: #e0e0e0;
}

.services_btn{
    padding-left: 0px !important;
}

html, body{
    
    touch-action: manipulation;
}

body{
    background-color: black;
    font-family: "Cormorant-Regular";
}

.content{
    padding-top: 20px;
    background-color: white;
}