/*
================================================================================
CONTENT WIDTH
================================================================================
*/
:root {
  --cd-content-width: calc(100% - 48px);
}
@media (min-width: 768px) {
  :root {
    --cd-content-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --cd-content-width: 944px;
  }
}
@media (min-width: 1440px) {
  :root {
    --cd-content-width: 1320px;
  }
}
@media (min-width: 1680px) {
  :root {
    --cd-content-width: 1600px;
  }
}

/*
================================================================================
COLORS
================================================================================
*/
/*
================================================================================
LAYOUT
================================================================================
*/
/*
================================================================================
FONTFACE
================================================================================
*/
@font-face {
  font-family: "Noto Sans";
  src: local("Noto Sans"), local("NotoSans"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.woff2") format("woff2"), url("/wp-content/themes/bb-theme-child/assets/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
/*
================================================================================
FONT FAMILIES
================================================================================
*/
/*
================================================================================
MIXINS
================================================================================
*/
/*
================================================================================
FONTS
================================================================================
*/
h1,
.cd-h1 {
  font-size: 1.8125rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h1,
  .cd-h1 {
    font-size: 2.25rem;
  }
}

h2,
.cd-h2 {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h2,
  .cd-h2 {
    font-size: 1.875rem;
  }
}

h3,
.cd-h3 {
  font-size: 1.25rem;
  font-weight: 650;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h3,
  .cd-h3 {
    font-size: 1.5rem;
  }
}

h4,
.cd-h4 {
  font-size: 1.0625rem;
  font-weight: 650;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  h4,
  .cd-h4 {
    font-size: 1.375rem;
  }
}

p,
.cd-p {
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  p,
  .cd-p {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  p,
  .cd-p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1680px) {
  p,
  .cd-p {
    font-size: 1.25rem;
  }
}

.cd-small {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-small {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-small {
    font-size: 0.875rem;
  }
}

.cd-extra-small {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-extra-small {
    line-height: 1.3;
    font-size: 0.625rem;
  }
}

/*
================================================================================
PROGRAMM ROW
================================================================================
*/
.cd-program-description .cd-program-super-title {
  font-size: 0.875rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 350;
  margin-bottom: 0.25rem;
  display: block;
}
@media (min-width: 992px) {
  .cd-program-description .cd-program-super-title {
    font-size: 1.125rem;
  }
}
.cd-program-description .cd-program-info {
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1.4;
  font-family: "Noto Sans", sans-serif;
}
@media (min-width: 992px) {
  .cd-program-description .cd-program-info {
    font-size: 0.8125rem;
  }
}
@media (min-width: 1680px) {
  .cd-program-description .cd-program-info {
    font-size: 0.875rem;
  }
}
