/* Font sizes used in the app */
.font-10 { font-size: 10px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-24 { font-size: 24px; }
.font-28 { font-size: 28px !important; }
.font-35 { font-size: 35px; }

/* Custom Biopetrol styling */
.text-bio-app {
  color: #483D8B !important;
}

.icos-bio-app {
  color: #ff6d00 !important;
}

.btn-bio-app {
  color: #ff6d00 !important;
  background-color: #fff;
  border-radius: 5px !important;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}
