@font-face {
  font-family: 'Raleway';
  src: url("./fonts/Raleway-VariableFont_wght.ttf") format('truetype');
  src: url("./fonts/Raleway-Italic-VariableFont_wght.ttf") format('truetype');
  font-weight: 100 900;
}

:root {
  --primary-color: #033d0bb9;
  --text-color: #303030;
}

body, p, h1, h2, h3 {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h1 {
  margin: 80px 0 10px 0;
  font-variation-settings: "wght" 100;
  transition: font-size 0.6s ease;
  text-align: left;
}

h2 {
  margin: 50px 0 10px 0;
}

h3 {
  margin: 10px 0 5px 0;
  color: var(--text-color);
}

nav {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

nav ul li {
  display: inline;
}

nav ul li a {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: var(--primary-color);
}

.projekt-container:not(:last-child) {
  border-bottom: 1px solid black;
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

body {
  padding-top: 60px;
}
