/*
Theme Name:    3AM Recordings
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        erjjio studios
Author URI:    https://erjjiostudios.com/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles here...Remember to change the Version number above! */ 
body {
	background-color: #000;
	color: #fff!important;
/* 	font-family: "Source Sans Pro", sans-serif; */
	font-family: 'DotGothic16', sans-serif;
	font-size: 18px!important;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}
/*a{*/
/*    color:#fff!important;*/
/*}*/
a:hover{
    text-decoration:none!important;
}
/*a:hover span{*/
/*    color:#000!important;*/
/*}*/

p {
    margin: 0 0 28px;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-family: "ClarendonSerial-Medium", sans-serif;
	font-size: 30px;
	font-weight: 400; 
}

h2 {
	font-family: "ClarendonSerial-Medium", sans-serif;
	font-size: 27px;
	font-weight: 400; 
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

@font-face { 
font-family: "ClarendonSerial-Medium"; 
src: url(https://www.3amrecordings.com/wp-content/themes/3am-recordings-bb/fonts/clarendonserial-medium-webfont.woff2); 
}
@font-face { 
font-family: "DotGothic16"; 
src: url(https://www.3amrecordings.com/wp-content/themes/3am-recordings-bb/fonts/dotgothic16-regular-webfont.woff2); 
font-weight: 400; 
}
@font-face { 
font-family: "JetBrains Mono"; 
src: url(https://www.3amrecordings.com/wp-content/themes/3am-recordings-bb/fonts/JetBrainsMono.var.woff2); 
font-weight: 100 800; 
}
@font-face { 
font-family: "yu-gothic"; 
src: url(https://www.3amrecordings.com/wp-content/themes/3am-recordings-bb/fonts/yu-gothic-regular.var.woff2); 
font-weight: 400; 
}