/* Custom color theme */
:root {
  --f7-theme-color: #1391D7;
  --f7-theme-color-rgb: 19, 145, 215;
  --f7-theme-color-shade: #1078b2;
  --f7-theme-color-tint: #27a6ec;
}