* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*@font-face {*/
/*  font-family: 'Futura';*/
/*  src: url('../fonts/Futura.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
@font-face {
  font-family: 'Belleza';
  src: url('../fonts/Belleza.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*  font-family: 'Mosseta';*/
/*  src: url('../fonts/Mosseta.otf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Quesha';*/
/*  src: url('../fonts/Quesha.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../fonts/Cinzel.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    /*letter-spacing: 2;*/
}

/* Hide scrollbar in WebKit browsers */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar in IE, Edge */
html, body {
  -ms-overflow-style: none;  /* IE and Edge */
}

/* Hide scrollbar in Firefox */
html, body {
  scrollbar-width: none;     /* Firefox */
}
