/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
  font-family: "Zalando Sans";
  src: url("/wp-content/themes/divi-child/fonts/ZalandoSans-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zalando Sans";
  src: url("/wp-content/themes/divi-child/fonts/ZalandoSans-Italic-VariableFont_wdth,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

/* @font-face {
  font-family: "Zalando Sans SemiExpanded";
  src: url("https://nextmilema.com/wp-content/themes/divi-child/fonts/ZalandoSansSemiExpanded-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zalando Sans SemiExpanded";
  src: url("https://nextmilema.com/wp-content/themes/divi-child/fonts/ZalandoSansSemiExpanded-Italic-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
} */


@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/divi-child/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/divi-child/fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




:root{
	
	--fnt-Zalando: Zalando Sans;
	--fnt-Zalando-SemiExpanded: Zalando Sans SemiExpanded;
	--fnt-Poppins:Poppins;
	--bdy-fnt: system-ui;
	
/* 	--nxt-mile-red: #a72d1b; */
	--nxt-mile-red: 7.7 72.2% 38% ;
	
	--bg-nxt-mile-red:var(--nxt-mile-red);
	
	
	
	
}

header-list.hide-phone li.dsm_icon_list_child.dsm_icon_list_child_0_tb_header{
	display:none;
}

.rd-buttton-bg{
	background-color:hsl(var(--bg-nxt-mile-red));
}