@import url("./minified/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500|Anton:400");

@font-face {
  font-family: "Baskerville-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Baskerville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baskerville-Italic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/LibreBaskerville-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Baskerville-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/LibreBaskerville-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
}

@font-face {
  font-family: "open sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OpenSans-Regular.ttf") format("opentype");
}

@font-face {
  font-family: "open-bold sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/OpenSans-Bold.ttf") format("opentype");
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
}

* {
  box-sizing: border-box;
  user-select: none;
}
