@font-face {
  font-family: 'Kamerik 105 Cyrillic';
  src: url('fonts/Kamerik-105-Cyrillic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Kamerik 105 Cyrillic';
  src: url('fonts/Kamerik-105-Cyrillic-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Kamerik 105 Cyrillic';
  src: url('fonts/Kamerik-105-Cyrillic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image:url(background.png);
  background-position:center 120px;
  background-repeat:no-repeat;
  background-size:cover;
  font-family: 'Kamerik 105 Cyrillic', sans-serif;
}

.container {
  text-align: center;
}

.family-text {
  font-size: 120px;
  color: #082957; /* dark navy blue like the image */
  font-weight: 900;
  letter-spacing: -5px;
  margin: 0;
}

.name-text {
  margin-top: 15px;
  font-size: 27px;
  color: #000000;
  font-weight: 500;
  font-family: 'Kamerik 105 Cyrillic', sans-serif;
}

@media (max-width: 768px) {
  @font-face {
    font-family: 'Kamerik 105 Cyrillic';
    src: url('fonts/Kamerik-105-Cyrillic-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Kamerik 105 Cyrillic';
    src: url('fonts/Kamerik-105-Cyrillic-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Kamerik 105 Cyrillic';
    src: url('fonts/Kamerik-105-Cyrillic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }

  body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(background.png);
    background-position: center 120px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Kamerik 105 Cyrillic', sans-serif;
  }

  .container {
    text-align: center;
  }

  .family-text {
    font-size: 70px;
    color: #082957;
    font-weight: 900;
    letter-spacing: -3px;
    margin: 0;
  }

  .name-text {
    margin-top: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    font-family: 'Kamerik 105 Cyrillic', sans-serif;
  }
}
