/*
Theme Name: TT4 Child KG
Template: twentytwentyfour
Version: 3.2.5
*/

@font-face {
  font-family: 'header_font';
  src: url('assets/fonts/roboto-bold.woff2') format('woff2'),
       url('assets/fonts/roboto-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'body_font';
  src: url('assets/fonts/roboto-regular.woff2') format('woff2'),
       url('assets/fonts/roboto-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

html,
body,
.wp-site-blocks,
main,
header,
footer,
section,
article,
aside,
nav,
form,
input,
textarea,
select {
  background-color: #ffffff !important;
}

body,
.wp-site-blocks,
p,
li,
ul,
ol,
blockquote,
cite,
figcaption,
label,
input,
textarea,
select,
button,
table,
td,
th,
.wp-block-paragraph {
  font-family: 'body_font', Arial, Helvetica, sans-serif !important;
  color: #302d2c !important;
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.wp-block-post-title,
.wp-block-site-title,
.site-title,
.site-tagline {
  font-family: 'header_font', Arial, Helvetica, sans-serif !important;
  color: #302d2c !important;
  font-size: 1.7rem !important;
  line-height: 1.2 !important;
}

a {
  color: #302d2c;
}

.custom-site-logo {
  display: inline-block;
  line-height: 0;
  width: 270px;
  max-width: 100%;
  margin-bottom: 24px;
}

.custom-site-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
}

@media screen and (max-width: 600px) {
  .custom-site-logo {
      width: 170px;
      max-width: 100%;
  }
}