@font-face {
  font-family: 'EBGaramond';
  src: url('static/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'EBGaramond';
  src: url('static/EBGaramond-Italic.ttf') format('truetype');
  font-weight: 400; 
  font-style: italic;
}

@font-face {
  font-family: 'EBGaramond';
  src: url('static/EBGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'EBGaramond';
  src: url('static/EBGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: 'EBGaramond', serif;
  font-style: normal;
  padding-top: 10%;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 10%;
  font-size: 1.5rem;
}

table {
  font-family: 'EBGaramond', serif;
  font-style: normal;
  font-size: 1.5rem;
  width: 100%;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-weight: normal;
  font-size: 2rem;
}

/* Bold */
strong, b, h1 {
  font-weight: bold; 
}

/* Italics */
em, i {
  font-style: italic;
}

td {
  border-bottom: 1px solid #ddd;
  padding-right: 20px;
}

th {
  border-bottom: 1px solid #ddd;
  text-align: left;
}
