/*
Theme Name: DE Base 
Theme URI: widest.de
Author: DE IT
Author URI: https://widest.de
Description: A clean, minimal classic DE theme boilerplate with no bloat. Starter for custom builds.
Text-domain: de-base-v1
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: de-base-bare
*/

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: var(--site-bg);
    color: var(--site-ink);
    overflow-x: hidden;
  }
  
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
  }

  .mainframe
{
  padding: 1em 1em 3em 1em;
  margin: 0 auto;
  max-width: 1024px;
  position: relative; 
  overflow: visible;
}


/* Only on homepage */
.home .mainframe,
.page-template-front-page .mainframe {
  padding: 0 2em;   /* top/bottom = 0, left/right = 2em */
}

@media (max-width: 768px){
.home .mainframe {
  padding: 0em 1em 4em 1em;
}
}

