#logo .image {
    position: relative;
    left: 0;
    top: 0;
}

#logo img {
     border-radius: 50% 5% 5% 5%;
}

#logo #title {
     font-size: 1.4rem;
}

#title + p {
     font-size: 1.1rem;
}

body {
    background: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em;
    color: #888;
}

input, textarea, select {
    font-family: "Exo 2", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75em;
    color: #888;
}
		
.container .title {
     border-bottom: solid 3px #f4f4f4;
     margin: 0 0 0.5625em 0;
     width: auto;
}

.page-link {
     font-size: 1.3rem;
     font-weight: 300;
     line-height: 1.75em;
     color: #888;     
}

.page-link.current-site {
     font-weight: bold;
}

.publication .pub-overview {
     display: inline-block;
     vertical-align: middle;
     width: 59%;
}

.publication picture {
     display: inline-block;
     vertical-align: middle;
     width: 40%;
     padding-right: 2.5em;
}

#footer {
     margin-bottom: 0 !important;
     margin-top: 2.5em !important;
}

#footer .container {     
     margin: auto;
}

/* Make wrapper a flex column container */
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Let #main grow to fill space between header and footer */
#main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

/* Let .container inside #main expand if needed */
#main .container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#nav ul li a {
     padding: 0 1.5em 0 0;
}

.pub-details a {
     border-radius: 5%;
     padding: 0.2em 0.5em;
     width: 5em;
     display: inline-block;
     text-align: center;
}

.project-root img {
     width: 100%;
}

.project-root iframe {
     border: none;
     width: 100%;
     height: auto;
     aspect-ratio: 16 / 9;
}


@media screen and (max-width: 736px) {
     .publication {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
     }

     .publication picture {
          width: 100%;
          padding-right: 0;
          display: block;
          margin-left: auto;
          margin-right: auto;
     }

     .publication .pub-overview {
          width: 100%;
          display: block;
     }

     .publication .pub-details {
          width: 100%;
          display: block;
     }
}

@media screen and (max-width: 1000px) {
     .row > .project-card {
          padding-left: 40px;
     }

     .row:has(.project-card) {
          display: flex;
          justify-content: center;
          /* align-items: center; */
     }
}

figure {
     margin-bottom: 2em;
}

div > figure:last-child {
     margin-bottom: 0em;
}

div > p:last-child {
     margin-bottom: 0em;
}

.highlight-box {
     padding: 0.5em;
     border: #fff 2.5px solid;
     margin-bottom: 2em;
}

div > ul:last-child {
     margin-bottom: 0em;
}

/*#region Project Cards*/
.project-card {
     width: 300px !important;
}

.project-card-body {
     height: 27em;
}

.project-card-body h1 {
     font-size: 1.2rem;
     font-weight: 800;
     line-height: 1.75em;
     color: #888;
     letter-spacing: 0.25px;
}

.project-card-body figure {
     margin-bottom: 0em;
}

.project-card-body img {
     width: 100%;
}

.project-card-body .card-body {
     padding: 1em;
}

a:has(.project-card-body) {     
     border-bottom: none;
}
/*#endregion Project Cards*/

/*#region Folding Notes*/
.pub-interactable a {
     border-radius: 5%;
     padding: 0.2em 0.5em;
     width: 3.5em;
     display: inline-block;
     text-align: center;
}

.pub-interactable button {
     border-radius: 5%;
     padding: 0.2em 0.5em;
     width: 3.5em;
     display: inline-block;
     text-align: center;
}

.pub-interactable button.off {
     pointer-events: none;
     opacity: 0.4;
     cursor: not-allowed;
}

.pub-interactable a.off {
     pointer-events: none;
     opacity: 0.4;
     cursor: not-allowed;
}

.pub-details {
    margin: 1em 0 0 0;
}

.folding {
    transition: all .15s ease;
}

.folding p {    
    padding: 1em;
    margin-bottom: 0;
}

.folding.hidden {   
    max-height: 0; 
    overflow: hidden;
}

.folding.open {
    max-height: 100em; /* Large enough to fit all content */
}

.folding.note {
    text-align: justify;
}

.folding.note.open {
    border: 2.5px dashed #bbb !important;
}

.folding.bib {
    background: #404040;
    color: #f8f8f2;
    font-family: 'Fira Mono', 'Consolas', 'Monaco', monospace;
    font-size: 0.95em;
    border-radius: 6px;
    position: relative;
    word-break: normal;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    scrollbar-color: #888 #23272a;
    line-height: 1.4em;
}

.folding.bib p {
     white-space: pre;
}

.folding.bib.open {
    overflow-x: auto; /* Enable horizontal scroll */
}

/* BibTeX syntax highlighting */
.bibtex-type {
    color: #4277cf;
}
.bibtex-key {
    color: #fff;
}
.bibtex-field {
    color: #bbb;
}
.bibtex-equals {
    color: #bbb;
}
.bibtex-value {
    color: #ff9a42;
}
/*#endregion Folding Notes*/

/*#region Font Exchange*/
/* exo-2-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 100;
    src: url('../webfonts/exo-2-v21-latin-100.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-100.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-100.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-100.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-100italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 100;
    src: url('../webfonts/exo-2-v21-latin-100italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-100italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-100italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-100italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-100italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 200;
    src: url('../webfonts/exo-2-v21-latin-200.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-200.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-200italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 200;
    src: url('../webfonts/exo-2-v21-latin-200italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-200italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-200italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-200italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    src: url('../webfonts/exo-2-v21-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 300;
    src: url('../webfonts/exo-2-v21-latin-300italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-300italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/exo-2-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 400;
    src: url('../webfonts/exo-2-v21-latin-italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: url('../webfonts/exo-2-v21-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-500.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 500;
    src: url('../webfonts/exo-2-v21-latin-500italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-500italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-500italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-500italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: url('../webfonts/exo-2-v21-latin-600.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-600.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 600;
    src: url('../webfonts/exo-2-v21-latin-600italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-600italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: url('../webfonts/exo-2-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-700.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 700;
    src: url('../webfonts/exo-2-v21-latin-700italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-700italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: url('../webfonts/exo-2-v21-latin-800.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-800.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 800;
    src: url('../webfonts/exo-2-v21-latin-800italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-800italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-800italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-800italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/exo-2-v21-latin-900.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-900.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  
  /* exo-2-900italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Exo 2';
    font-style: italic;
    font-weight: 900;
    src: url('../webfonts/exo-2-v21-latin-900italic.eot'); /* IE9 Compat Modes */
    src: url('../webfonts/exo-2-v21-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../webfonts/exo-2-v21-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../webfonts/exo-2-v21-latin-900italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../webfonts/exo-2-v21-latin-900italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../webfonts/exo-2-v21-latin-900italic.svg#Exo2') format('svg'); /* Legacy iOS */
  }
  /*#endregion Font Exchange*/