/*
Theme Name: CaraTrip Landing Theme
Author: market port
Description: Theme für die CaraTrip Landingpage. Templates, Layout und Assets liegen hier; Kontaktlogik und Konfiguration im Plugin.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: caratrip-landing-theme
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #f5f2eb;
  color: #18242b;
  font-family: "Avenir Next", "SF Pro Display", "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

.site-shell {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.site-home-link {
  display: inline-block;
  margin-bottom: 24px;
  font-weight: 700;
  text-decoration: none;
}

.page-panel {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(23, 34, 44, 0.12);
}

.page-panel h1,
.page-panel h2 {
  margin-top: 0;
}

@media (max-width: 720px) {
  .site-shell {
    padding: 24px 0 40px;
  }

  .page-panel {
    padding: 24px;
    border-radius: 18px;
  }
}
