/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&display=swap');
body {
  font-family: "Hind Vadodara", sans-serif;
}
.login h1 a {
    background-image: url(https://kidsentertainment.ae/wp-content/uploads/2025/05/kids-entertainment-logo-footer-1-e1747415144583.png);
    background-image: none,url(https://kidsentertainment.ae/wp-content/uploads/2025/05/kids-entertainment-logo-footer-1-e1747415144583.png) !important;
    background-size: 130px !important;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 60px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 24px;
    padding: 0;
    text-decoration: none;
    width: 130px !important;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
 }