/*
Theme Name: HQL Starter 2022
Theme URI: https://hoangquoclong.com
Author: Hoang Quoc Long
Author URI: https://hoangquoclong.com
Description: Blank theme for elementor
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel2022
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Josefin Sans", Sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #7B7B7B;
}
img {
	max-width: 100%;
}
#warranty-form input {
    border-radius: 25px 0 0 25px;
    border: 3px solid #000;
    padding: 25px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none;
}
#warranty-form button {
    border-radius: 0 25px 25px 0;
    background-color: #000;
    border: none;
    font-size: 25px;
    font-weight: 600;
    padding: 0 35px;
    box-shadow: none;
}
