@font-face {
  font-family: "Telma";
  src: url(/fonts/Telma-Variable.ttf);
}

@font-face {
  font-family: "000webfont";
  src: url(/fonts/000webfont.ttf);
}

@font-face {
  font-family: "Satoshi";
  src: url(/fonts/Satoshi-Variable.ttf);
}

html,
body {
  cursor: url("/cursors/aero_arrow_xl.cur"), auto;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
label[for],
summary {
  cursor: url("/cursors/aero_link_xl.cur"), pointer;
}

body {
  margin: 0;
  background-image: url(/img/tiled.png);
}

header {
  justify-content: center;
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex; /* logo + title side-by-side */
  align-items: center;
  text-decoration: none;
}

#header-logo {
  width: 150px;
  height: auto;
  display: block;
  transform: rotate(-7deg);
  transform-origin: center;
  margin: 0;
}

#header-title {
  color: black;
  font-family: "Telma";
  font-size: 4rem;
  margin: 0;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

nav a {
  text-decoration: none;
}

/* Card */
#left-section {
  width: 220px;
  border: 1px solid #000;
  background: #f7f7f7;
}

#left-title {
  margin: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: "000webfont";
  font-weight: 100;
  font-size: 18px;
  padding: 0.4rem 0.6rem;
  border-bottom: 1px solid #000;
}

#left-socials {
  padding: 0.6rem 0.8rem;
  font-family: "Satoshi";
}
#left-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-socials li {
  margin: 0.5rem 0;
}

header a,
header a:link,
header a:visited,
header a:hover,
header a:focus,
header a:active {
  text-decoration: none;
}

#left-socials a,
#left-socials a:link,
#left-socials a:visited,
#left-socials a:hover,
#left-socials a:focus,
#left-socials a:active {
  text-decoration: underline;
  color: #000;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
