@font-face {
    font-family: 'Cooper Hewitt';
    font-weight: 100;
    src: url('CooperHewitt-Thin.otf');
}

@font-face {
  font-family: 'HKGrotesk';
  font-weight: normal;
  src: url('/fonts/HKGrotesk-Regular.woff');
}

@font-face {
  font-family: 'HKGrotesk';
  font-weight: bold;
  src: url('/fonts/HKGrotesk-Bold.woff');
}

:root {
  font-size: 16px;
}

body {
  text-align: center;
  font-family: 'HKGrotesk';
}

.container {
    min-height: 90vh;
}

a {
    color: #5e758a;
    text-decoration: none;
}

.logo {
    display: inline;
    width: 62px;
}
