/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child/
 Description:  Child theme for Hello Elementor
 Author:       Muse Records
 Author URI:   https://muserecords.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom CSS */

/* Temel bilgiler */
@font-face {
  font-family: 'Broadway';
  src: url('/wp-content/themes/hello-elementor-child/fonts/Broadway.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/Broadway.woff') format('woff'),
       url('/wp-content/themes/hello-elementor-child/fonts/Broadway.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dancing Script';
  src: url('/wp-content/themes/hello-elementor-child/fonts/DancingScript.woff2') format('woff2'),
       url('/wp-content/themes/hello-elementor-child/fonts/DancingScript.woff') format('woff'),
       url('/wp-content/themes/hello-elementor-child/fonts/DancingScript.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.broadway-font {
  font-family: 'Broadway', sans-serif !important;
}

.dancing-font {
  font-family: 'Dancing Script', cursive !important;
}

html, body {
  overflow-x: hidden !important;
}

.blog-card:hover, .blog-img:hover{
  transform: scale(1.1);
}

.blog-img{
  transition: transform 0.5s;
}


/* Albüm kapakları hover efekti */