/* --- PT Sans betöltése az egész webshophoz --- */
@font-face {
  font-family: 'PT Sans';
  src: url('https://imaginebaby.hu/custom/imaginebaby/image/data/basewebdocs/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('https://imaginebaby.hu/custom/imaginebaby/image/data/basewebdocs/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* --- Alapértelmezett: webshop minden eleme PT Sans --- */
body, h1, h2, h3, h4, h5, h6, p, a, div, span, button, input, select, textarea {
  font-family: 'PT Sans', sans-serif !important;
}

/* --- Amatic betű betöltése a landinghez --- */
@font-face {
  font-family: 'AmaticSC';
  src: url('https://imaginebaby.hu/custom/imaginebaby/image/data/basewebdocs/AmaticSC-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* --- CSAK a Rágómaki landinghoz (id_213) --- */
body.informationid_213 {
  font-family: Georgia, serif !important;
}

/* --- Landing címsorok AmaticSC --- */
body.informationid_213 h1,
body.informationid_213 h2 {
  font-family: 'AmaticSC', cursive !important;
  font-weight: normal !important;
}