/*
Theme Name: eCardWidget
Theme URI: https://ecardwidget.com
Author: eCardWidget
Author URI: https://ecardwidget.com
Description: Custom Tailwind-based theme for eCardWidget
Tags: tailwind,modern,full-width,custom-colors
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: Proprietary
Text Domain: ecardwidget

*/

/* Base reset */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: normal !important;
    margin: 0;
}

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

a {
    color: inherit;
    text-decoration: none;
}

