/* fonts need to be loaded globally, browser cannot read them from shadowRoot */
@font-face {
  font-family: europa;
  font-style: normal;
  font-weight: normal;
  src: url('./EuropaRegular.ttf') format('truetype');
}

@font-face {
  font-family: europa;
  font-style: normal;
  font-weight: bold;
  src: url('./Europa-Bold.ttf') format('truetype');
}
