/*
Theme Name: VentaKit
Version: 1.0
Author: Ignacio Jadue
License: GPL-2.0-or-later
*/

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

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    color: #000000;
}

.site { min-height: 100vh; }
.site-content { width: 100%; }

img { max-width: 100%; height: auto; display: block; }

/* Full width support */
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}
