@font-face {
  font-family: "Rubik";
  src: url("assets/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("assets/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Rubik", Roboto, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background: #0d1117;
  color: #fff;
}

.container {
  text-align: center;
}

h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

p {
  font-size: 1.2rem;
  color: #8b949e;
}