@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-VariableFont_wght.woff2") format("woff2");
  font-display: fallback;
}

@font-face {
  font-family: "Aleo";
  src: url("../fonts/Aleo-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-display: fallback;
}

body {
  background: #E3C286;
  font: 1em Aleo, serif;
}

main {
  clear: both;
  padding-top: 0.3em;
}

table {
  border: outset;
}

th,
td {
  border: inset;
}

img#logo {
  float: left;
  margin-right: 0.5em;
}

table#pricing {
  table-layout: fixed;
  width: 100%;
  max-width: 25em;
  text-align: center;
}