
@font-face {
  font-family: 'Averta';
  font-weight: 300;
  font-style: normal;
  src: url('./fonts/Averta-Light.otf') format('opentype');
  src: url('./fonts/Averta-Light.eot'),
    url('./fonts/Averta-Light.woff2') format('woff2'),
    url('./fonts/Averta-Light.woff') format('woff'),
    url('./fonts/Averta-Light.ttf') format('truetype'),
    url('./fonts/Averta-Light.svg') format('svg');
}

@font-face {
  font-family: 'Averta';
  font-weight: 300;
  font-style: italic;
  src: url('./fonts/Averta-LightItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Averta';
  font-weight: 400;
  font-style: normal;
  src: url('./fonts/Averta-Regular.otf') format('opentype');
  src: url('./fonts/Averta-Regular.eot'),
    url('./fonts/Averta-Regular.woff2') format('woff2'),
    url('./fonts/Averta-Regular.woff') format('woff'),
    url('./fonts/Averta-Regular.ttf') format('truetype'),
    url('./fonts/Averta-Regular.svg') format('svg');
}

@font-face {
  font-family: 'Averta';
  font-weight: 700;
  font-style: normal;
  src: url('./fonts/Averta-Bold.otf') format('opentype');
  src: url('./fonts/Averta-Bold.eot'),
    url('./fonts/Averta-Bold.woff2') format('woff2'),
    url('./fonts/Averta-Bold.woff') format('woff'),
    url('./fonts/Averta-Bold.ttf') format('truetype'),
    url('./fonts/Averta-Bold.svg') format('svg');
}

@font-face {
  font-family: 'Averta';
  font-weight: 700;
  font-style: italic;
  src: url('./fonts/Averta-BoldItalic.otf') format('opentype');
}

.alterna-cx-container * {
  font-family: "Averta", sans-serif !important;
}

.alterna-cx-card-title {
  font-family: "Averta" !important;
  font-weight: 600 !important;
}

.alterna-cx-card-content {
  font-family: "Averta" !important;
}

.alterna-cx-card-title.alterna-cx-web-header img {
  padding: 0.1em;
}

/* @media only screen and (min-width: 650px) */
html[dir] .alterna-cx-web-header {
  padding: 0.1em;
}

.alterna-cx-web-footer {
  font-size: 0.8em !important;
  color: #9A9B9D !important;
}

.alterna-cx-web-footer a {
  color: #9A9B9D !important;
}
