/*
 Theme Name:   Chiic Digital Theme
 Theme URI:    https://chiicworld.com
 Description:  Child theme for Hello Elementor, customized by Chiic Digital
 Author:       Hoang Dam
 Author URI:   huuhoangdesigner@gmail.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  chiic-digital
*/

/* Add your custom styles below */

/*
 * font style 
 * */

@font-face {
  font-family: 'AlexandriaLight';
  src: url('/wp-content/themes/chiic-digital/assets/fonts/Alexandria-Light.woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AlexandriaRegular';
  src: url('/wp-content/themes/chiic-digital/assets/fonts/Alexandria-Regular.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
font-family: 'BeVietnamPro';
  src: url('/wp-content/themes/chiic-digital/assets/fonts/BeVietnamPro-Regular.woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'AlexandriaLight', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
	line-height: 1.5em !important;
  letter-spacing: 0.2em;
  font-kerning: auto;
}

h1 {
	font-size: clamp(
    28px,
    calc(28px + (40 - 28) * ((100vw - 360px) / (1200 - 360))),
    40px
  );
}


h2 {
	font-size: clamp(
    22px,
    calc(22px + (28 - 22) * ((100vw - 360px) / (1200 - 360))),
    28px
  );
	font-weight: 400 !important
}


h3 {
	font-size: clamp(
    12px, 
    calc(12px + (16 - 14) * ((100vw - 360px) / (1200 - 360))), 
    16px
  );
	font-weight: 400 !important
}


body, html {
  font-family: 
    'BeVietnamPro',
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
    letter-spacing: 0.02em;
  font-kerning: auto;
}

input {
  font-family: 'AlexandriaLight', sans-serif;
  letter-spacing: 0.02em;
line-height: 1.5em !important;
  letter-spacing: 0.2em;
  font-kerning: auto;
}

/*