/*!
Theme Name: NewTheme Child Dating
Theme URI: https://fayl.one
Author: New Fayl LTD
Author URI: https://fayl.one
Template: newtheme-fayl
Description: Child theme for NewTheme Fayl. Lightweight, responsive, flexbox-ready and WooCommerce-compatible.
Version: 1.1.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newtheme-child-dating
*/

/* Подключение дочерних стилей */

body {
    font-family: 'Inter', sans-serif;
    color: aliceblue !important;
    background: #39608B;
    margin: 0;
    line-height: 1.6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background-color: rgba(0, 0, 0, .2);
    color: aliceblue !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: rgba(0, 0, 0, .2);
    color: aliceblue !important;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}