/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */
.em-lora-h1 {
  font-family: 'Lora', serif !important;
  font-style: italic !important;
  font-size: 100px !important;
}

@media (max-width: 1024px) { /* tablet */
  .em-lora-h1 { font-size: 44px; }
}

@media (max-width: 767px) { /* mobile */
  .em-lora-h1 { font-size: 32px; }
}