/*
Theme Name: Medidata Hello Elementor/Timber Bridge - Hello Child 
Template: hello-elementor
Description: Child theme bridging Hello Elementor with legacy Twig system
Version: 1.0
*/

/* -- For Atomic Elements -- */
:root {
	--3DS: "3DS_V2";
}

/* -- Variable Fonts -- */
@font-face {
  font-family: '3DS_V2';
  src: url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Roman-Variable.woff2') format('woff2-variations'),
	   url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Roman-Variable.woff2') format('woff-variations');
  font-weight: 200 700;
  font-stretch: 75% 100%;
  font-style: normal;
}

/* -- Static -- */

@font-face {
  font-family: '3DS_V2';
  src: url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Light.woff2') format('woff2'),
       url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: '3DS_V2';
    src: url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Regular.woff2') format('woff2'),
         url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: '3DS_V2';
  src: url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-SemiBold.woff2') format('woff2'),
       url('/wp-content/themes/md-hello-child/static/fonts/3DSV2/3DSV2-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}