@font-face {
  font-family: 'exo-regular';
  src:
    url('./Exo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'exo-bold';
  src:
    url('./Exo-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.exo-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'exo-bold' !important;  
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}