
@font-face {
  font-family: 'Leipziger Antiqua W01 Roman';
  src: url('/fonts/Leipziger Antiqua W01 Roman.ttf');
}

@font-face {
  font-family: 'Leipziger Antiqua W01 Italic';
  src: url('/fonts/Leipziger Antiqua W01 Italic.ttf');
}

@font-face {
  font-family: 'Drescher Grotesk BT SemiBold';
  src: url('/fonts/Drescher Grotesk BT SemiBold.ttf');
}

@font-face {
  font-family: 'Fundamental Brigade Schlank';
  src: url('http://trobar.org//fonts/Fundamental Brigade Schlank.ttf'),
  url('http://www.trobar.org//fonts/Fundamental Brigade Schlank.ttf');
}


* {
  background-color: #f9f9f6;
  font-family: 'Fundamental Brigade Schlank', 'FF Super Grotesk Pro Regular', 'PTL Superla Normal', Helvetica, sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Drescher Grotesk BT SemiBold',
    'FF Super Grotesk Pro Medium', 'PTL Superla Medium', Helvetica, sans-serif;
  font-weight: 600; /* Use numeric value for font-weight, e.g., 600 for semi-bold */
}

td {
	font-family: 'Leipziger Antiqua W01 Roman', 'Lipsia Pro Regular', 'JAF Lapture Display Regular', Antiqua, serif;
	font-size: 11pt;
	line-height: 1.5;
}

td i {
	font-style: italic;
  font-family: 'Leipziger Antiqua W01 Italic', 'Lipsia Pro Cursiva', 'JAF Lapture Display Italic',
    Antiqua, serif;
    font-size: 11pt;
    line-height: 1.5;
}

td i a {
	font-style: italic;
  font-family: 'Leipziger Antiqua W01 Italic', 'Lipsia Pro Cursiva', 'JAF Lapture Display Italic',
    Antiqua, serif;
    font-size: 11pt;
    line-height: 1.5;
}

  .dropdown {

}

	.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0; /* Remove padding to fit content on the same line */
    margin: 0; /* Remove margins to fit content on the same line */
    z-index: 1;
    white-space: nowrap
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }
