/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

:root {
	--dcc-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body,
input, textarea, select, button,
h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-counter-title,
.elementor-counter-number,
#header-outer #top .sf-menu > li > a,
.nectar-button {
	font-family: var(--dcc-font) !important;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title {
	letter-spacing: -0.01em;
}

.elementor-button,
.nectar-button,
.wpb_button,
.vc_btn3,
input[type="submit"],
.wpcf7-submit {
	border-radius: 2px !important;
	font-family: var(--dcc-font) !important;
	letter-spacing: 0.03em;
}

body[data-button-style*="rounded"] .nectar-button {
	border-radius: 2px !important;
}

.wpcf7-form input.wpcf7-text,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
	border-radius: 2px !important;
	font-family: var(--dcc-font) !important;
}

::selection { background: #111111; color: #ffffff; }
