/* PRO PLANET – statische Seite */

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v20-latin-700.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-v20-latin-italic.woff2') format('woff2'),
       url('../fonts/roboto-v20-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.6;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px 16px 16px;
}

.site-header__logo {
  width: 96px;
  height: auto;
}

.site-header__seal {
  width: 86px;
  height: auto;
}

.site-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 24px 48px;
}


h1 {
  color: rgb(1, 58, 82);
  font-size: 28px;
  text-align: left;
  margin-bottom: 24px;
}

h2 {
  color: rgb(1, 58, 82);
  font-size: 18px;
  margin: 28px 0 4px;
}

p {
  margin: 0 0 16px;
}

a {
  color: rgb(1, 58, 82);
}

.site-footer {
  text-align: center;
  padding: 16px 24px 40px;
  font-size: 14px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
