
/*
Theme Name: Klicksprout
Theme URI: https://klicksprout.com/
Author: Tejendrasinh
Author URI: https://klicksprout.com/
Description: Blank starter theme for Klicksprout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klicksprout
Tags: custom, starter, blank
*/

:root { color-scheme: light; }
* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
}

.container{
  width: min(1100px, 92%);
  margin-inline: auto;
}

.site-header, .site-footer{
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.site-footer{
  border-top: 1px solid #eee;
  border-bottom: 0;
  margin-top: 40px;
}

.site-title{
  font-size: 20px;
  margin: 0;
}

.site-title a{
  text-decoration: none;
  color: inherit;
}
