/* oculta las scrollbar */
body ::-webkit-scrollbar {
  display: none;
}

/* fix para ios iphone X notch */
/* body {
  margin-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0); 
} */


/* tamaño de texto en classes de onsen */ 
:root {
  font-size: 1rem;
}

body {
  font-size: 1rem;
}

.button {
  font-size: 1.222rem;
}
.tabbar__icon + .tabbar__label {
  font-size: 0.7rem; /* 10px */
}
.list-header {
  font-size: 0.85rem;
}
.list-item__subtitle {
  font-size: 1rem; /* 14px */
}
.card__title {
  font-size: 1.43rem; /* 20px */
}
.card__content {
  font-size: 1rem;
}
.toolbar__title {
  font-size: 1.222rem; /* 17px */
}
.back-button__label {
  font-size: 1.222rem;
}
