html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

@font-face {
  font-family: 'ADega';
  src: url('/fonts/ADega/ADega Serif Regular.woff') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ADega';
  src: url('/fonts/ADega/ADega Serif italic.woff') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'ADega';
  src: url('/fonts/ADega/ADega Serif Bold.woff') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ADega';
  src: url('/fonts/ADega/ADega Serif Bold italic.woff') format('truetype');
  font-weight: 700;
  font-style: italic;
}