@font-face {
    font-family: 'Cinzel';
    src: url('assets/css/fonts/Cinzel-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('assets/css/fonts/Cinzel-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Cinzel', serif;
}



  
  .modal-content{
border-radius:15px;
text-align:center;
padding:30px;
}

.modal-title{
font-weight:bold;
}

.btn-whatsapp{
background:#25D366;
color:white;
margin:5px;
}

.btn-email{
background:#007bff;
color:white;
margin:5px;
}

.btn-contact{
background:#ff7a00;
color:white;
margin:5px;
}



