@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'bondit';
  src: url('fonts/bondit.eot?sk2y0h');
  src: url('fonts/bondit.eot?sk2y0h#iefix') format('embedded-opentype'), url('fonts/bondit.ttf?sk2y0h') format('truetype'), url('fonts/bondit.woff?sk2y0h') format('woff'), url('fonts/bondit.svg?sk2y0h#bondit') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  padding: 0;
  margin: 0;
}
.fab-button-menu{
  background-color: white;
  border-radius: 50%;
}

:root {
  --ion-font-family: "Montserrat";
}