/*
 Theme Name:  Storefront Child
 Template:    storefront
 Description: Child theme for Storefront
 Version:     1.0.0
*/

@font-face {
    font-family: 'Rowdies'; /* Choose a name for the font */
    src: url('/fonts/rowdies-v18-latin-regular.woff2') format('woff2');
    font-weight: normal; /* Adjust as needed */
    font-style: normal;  /* Adjust as needed */
}

@font-face {
    font-family: 'Nunito'; /* Choose a name for the font */
    src: url('/fonts/nunito-v31-latin-regular.woff2') format('woff2');
    font-weight: normal; /* Adjust as needed */
    font-style: normal;  /* Adjust as needed */
}

.site-branding .site-title {
	font-family: 'Rowdies', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
}

body {
	font-family: 'Nunito', sans-serif;
}

h1 {
	font-family: 'Rowdies';
}

h2.entry-title {
	font-family: 'Rowdies';
}

.entry-title {
	font-size: 2em;
}

/* Begin Artist Page */
/* Necessary for column spacing, custom property added to artist items */

/* End Artist Page */

.home .entry-title {
	display:none;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wp-image-31 {
  animation: spin 2s linear infinite;
}

/* Hide search for now since there's nothing to find*/
/*header .site-search {
	display: none;
}
.site-header-cart {
	display: none;
}*/
