/*
Theme Name: Dinamika Theme
Theme URI: https://dinamika.ru
Author: Завод Химии «Динамика»
Author URI: https://dinamika.ru
Description: Официальная тема сайта Завода Химии «Динамика» (Дизайн №2)
Version: 1.0.0
Text Domain: dinamika
*/

/* Basic Reset & Base Styles */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #1a1a1a;
    background-color: #f8fafc;
}

/* Fix Tailwind borders when preflight is false */
*, ::before, ::after {
    border-style: solid;
    border-width: 0;
}

/* Fix global link underlines and colors if Tailwind preflight is overridden */
a {
    text-decoration: none !important;
    color: inherit;
}

/* Fix button default styles if Tailwind preflight is missing */
button {
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
button:focus {
    outline: none;
}

/* Fix input default styles if Tailwind preflight is missing */
input, textarea, select {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    box-shadow: none;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
