/*
Theme Name: CPHT1 Live
Theme URI: https://cpht1.dk
Description: Tema til CPH Transport 1
Version: 1.0.0
Author: Martin Hamid
Author URI: https://cpht1.dk
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cpht1_live
Domain Path: /languages
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

main {
  min-height: 60vh;
  padding: 40px 0;
}

footer {
  background: #333;
  color: white;
  padding: 40px 0 20px;
  margin-top: 60px;
}
