/*
Theme Name: moderncreative
Author: Modern Creative
Version: 1.0
*/

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

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-body, 'DM Sans', sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text, #1a1a1a);
    background: var(--color-dark, #0f0f0f);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-top: var(--header-height, 80px) !important;
}

html body.admin-bar {
    padding-top: calc(var(--header-height, 80px) + 32px) !important;
}

.home, .page, .single, .front-page {
    margin: 0;
    padding-top: var(--header-height, 80px);
}

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

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

p { margin: 0; padding: 0; }

button, input, textarea, select {
    font: inherit;
    border: none;
    outline: none;
    background: none;
}

img.wp-post-image, .wp-caption { margin: 0; padding: 0; border: none; }

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@400;500&display=swap');