/* ATLAS THIN */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-thin-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-thin-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-thin-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-thin-aaa.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* ATLAS LIGHT */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-light-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-light-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-light-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-light-aaa.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ATLAS REGULAR */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-regular-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-regular-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-regular-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-regular-aaa.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ATLAS MEDIUM */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-medium-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-medium-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-medium-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-medium-aaa.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ATLAS BOLD */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-bold-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-bold-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-bold-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-bold-aaa.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ATLAS BLACK */
@font-face {
  font-family: 'Atlas';
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-black-aaa.eot');
  src: url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-black-aaa.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-black-aaa.woff2') format('woff2'),
       url('/wp-content/themes/avisror/assets/fonts/atlas/atlas-black-aaa.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Headings - Atlas */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.wp-block-heading {
  font-family: 'Atlas', sans-serif;
  font-weight: normal;
}

/* Paragraphs and non-CTA divs - Atlas */
body, p, li, div:not(.cta):not(.cta-text) {
  font-family: 'Atlas', sans-serif;
  font-weight: 400;
}

/* All buttons and CTA text */
button,
input[type="submit"],
a.button,
.wp-block-button__link,
.elementor-button,
.cta,
.cta-text {
  font-family: 'Atlas', sans-serif;
  font-weight: 700;
}

/* Medium weight utility class */
.medium-text {
  font-family: 'Atlas', sans-serif;
  font-weight: 500;
}
