@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: 18px;
}

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

h1 {
    font-size: 1.5rem;
}

h3 {
    margin: 2rem auto;
    padding-bottom: 1rem;
    border-bottom: 10px solid #f6f6f6;
    max-width: 500px;
}

.products {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.product {
    flex: 1;
    margin-bottom: 2rem;
}

.product a {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

a {
    color: #640abd;
    text-decoration: none;
}

a:visited {
    color: #3f0677;
}

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