@font-face {
  font-family: 'Teachers';
  src: url('/Teachers-VariableFont.woff2') format('woff2');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Teachers';
  src: url('/Teachers-Italic-VariableFont.woff2') format('woff2');
  font-weight: 100 800;
  font-style: italic;
  font-display: swap;
}

:root {
  --side-size: 15.5em;

  --primary-color: #5a70fe;
  --secondary-color: #fee85a;
  --accent-color-1: #fe5a70;
  --accent-color-2: #5ac2fe;
  --accent-color-3: #e85afe;
  --accent-color-4: #965afe;
}

body {
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
  color: white;
  font-family: "Teachers", sans-serif;
}

.main-container {
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100svh;
}

.logo {
  height: var(--side-size);
  width: var(--side-size);
}

.contact-container {
  display: flex;
  flex-direction: column;
}

.company-name {
  font-size: 2em;
  font-weight: 500;
}

.address {
  font-size: 1.5em;
  font-weight: 500;
  margin: 0.5em 0 0.5em 0;
}

.phone,
.email,
.taxnumber {
  font-size: 1.5em;
  font-weight: 100;
}

.email > span:nth-child(2) {
  display: none;
}

.iban {
  font-size: 1em;
  font-weight: 100;
  margin-top: 0.5em;
}
