.ck {
  --font-title: "AwesomeSerif", sans-serif;
  --font-body: "ASAP", sans-serif;
  --font-heading: "Schabo Condensed", sans-serif;
}

@font-face {
  font-family: 'AwesomeSerif';
  src: url('/assets/fonts/AwesomeSerif-LightRegular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomeSerif';
  src: url('/assets/fonts/AwesomeSerif-BoldRegular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AwesomeSerif';
  src: url('/assets/fonts/AwesomeSerifItalic-BdRegular.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Schabo Condensed';
  src: url('/assets/fonts/SCHABO-Condensed.woff2') format('woff2'),
       url('/assets/fonts/SCHABO-Condensed.woff') format('woff'),
       url('/assets/fonts/SCHABO-Condensed.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Inline varianten */
.ck strong,
.ck b,
.ck .bold {
  font-weight: 700;
}
.ck em,
.ck i,
.ck .italic {
  font-style: italic;
}

/* H1 */
.ck h1,
.ck .h1 {
  font-family: var(--font-title);
  text-transform: uppercase;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .ck h1, .ck .h1 { font-size: 64px; }
}
@media (min-width: 1280px) {
  .ck h1, .ck .h1 { font-size: 80px; }
}
@media (min-width: 1536px) {
  .ck h1, .ck .h1 { font-size: 96px; }
}

/* H2 */
.ck h2,
.ck .h2 {
  font-family: var(--font-title);
  line-height: 1;
  font-size: 48px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .ck h2, .ck .h2 { font-size: 56px; }
}
@media (min-width: 1536px) {
  .ck h2, .ck .h2 { font-size: 64px; }
}

/* H3 */
.ck h3,
.ck .h3 {
  font-family: var(--font-title);
  line-height: 1;
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ck h3, .ck .h3 { font-size: 28px; }
}
@media (min-width: 1024px) {
  .ck h3, .ck .h3 { font-size: 32px; }
}
@media (min-width: 1280px) {
  .ck h3, .ck .h3 { font-size: 36px; }
}
@media (min-width: 1536px) {
  .ck h3, .ck .h3 { font-size: 40px; }
}

/* H4 */
.ck h4,
.ck .h4 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .ck h4, .ck .h4 { font-size: 22px; }
}
@media (min-width: 1536px) {
  .ck h4, .ck .h4 { font-size: 24px; }
}

/* H5 */
.ck h5,
.ck .h5 {
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ck h5, .ck .h5 { font-size: 20px; }
}

/* H6 */
.ck h6,
.ck .h6 {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .ck h6, .ck .h6 { font-size: 16px; }
}

/* Paragraph */
.ck p,
.ck .paragraph {
  font-family: var(--font-body);
  line-height: 1.75;
  font-size: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .ck p, .ck .paragraph { font-size: 18px; }
}
@media (min-width: 1536px) {
  .ck p, .ck .paragraph { font-size: 20px; }
}

/* ====== MENU HEADER ====== */
.ck h1.menu-header,
.ck h2.menu-header,
.ck h3.menu-header,
.ck h4.menu-header,
.ck h5.menu-header,
.ck h6.menu-header,
.ck .menu-header {
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: 1;
  font-size: 64px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ck .menu-header { font-size: 80px; }
}
@media (min-width: 1280px) {
  .ck .menu-header { font-size: 96px; }
}
@media (min-width: 1536px) {
  .ck .menu-header { font-size: 100px; }
}

/* ====== PAGE HEADER ====== */
.ck h1.page-header,
.ck h2.page-header,
.ck h3.page-header,
.ck h4.page-header,
.ck h5.page-header,
.ck h6.page-header,
.ck .page-header {
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: 1;
  font-size: 64px;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .ck .page-header { font-size: 72px; }
}
@media (min-width: 768px) {
  .ck .page-header { font-size: 96px; }
}
@media (min-width: 1024px) {
  .ck .page-header { font-size: 128px; }
}
@media (min-width: 1280px) {
  .ck .page-header { font-size: 160px; }
}
@media (min-width: 1536px) {
  .ck .page-header { font-size: 192px; margin-bottom: 3rem; }
}
