/* =============================================================================
   TYPOGRAPHY - AMANHECER DESIGN SYSTEM
   ============================================================================= */
:host {
  /* Font Family */
  --font-family-primary: 'Branding', sans-serif;

  /* Desktop Typography Scale */
  --font-display: 76px;
  --font-h1: 62px;
  --font-h2: 50px;
  --font-title: 40px;
  --font-subtitle: 32px;
  --font-body-large: 24px;
  --font-body-medium: 20px;
  --font-body-small: 16px;

  /* Mobile Typography Scale */
  --font-h1-mobile: 40px;
  --font-h2-mobile: 32px;
  --font-title-mobile: 24px;
  --font-body-large-mobile: 18px;
  --font-body-medium-mobile: 16px;

  /* Font Weights */
  --font-weight-light: 300;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Line Heights */
  --line-height-tight: 1.2;
  --line-height-normal: 1.4;
  --line-height-relaxed: 1.5;
}

* {
  font-family: 'Branding', sans-serif;
}

/* cpe helpers */
.tox.tox-tinymce-aux {
  position: fixed !important;
}

.tox .tox-collection__item-label {
  line-height: normal !important;
}