
/* Download Google Fonts, run through https://transfonter.org/ to convert to woff and woff2 */


@font-face {
    font-family: 'Laries';
    src: url('fonts/Laries-Regular.woff2') format('woff2'),
        url('fonts/Laries-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-Thin.woff2') format('woff2'),
        url('fonts/JosefinSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/JosefinSans-ThinItalic.woff2') format('woff2'),
        url('fonts/JosefinSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubunto Mono Regular';
    src: url('fonts/UbuntuMono-Regular.woff2') format('woff2'),
        url('fonts/UbuntuMono-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alata-Regular';
    src: url('fonts/Alata-Regular.woff2') format('woff2'),
        url('fonts/Alata-Regular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
  background-color: #ffffff;
  color: black;
  font-family: 'Alata-Regular', Verdana;
  margin-left: 10%;
  margin-right:10%;
}

p {
  margin-bottom: 2px;
}


h1 {
  font-family: 'Josefin Sans', Verdana, sans-serif;
  font-size: 225%;
  color: #fc0fc0;
}

h2, h3 {
  font-family: 'Josefin Sans', Verdana, sans-serif;
  font-size: 180%;
  color: #fc0fc0;
}
  

