/* iOS Cordova Tweak */
.device-cordova.device-ios {
  height: 100vh;
}

/* Custom color theme properties */
:root {
  --f7-theme-color: #cdac64;
  --f7-theme-color-rgb: 205, 172, 100;
  --f7-theme-color-shade: #c39b45;
  --f7-theme-color-tint: #d7bd83;
}

/* Your app custom styles here */