/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap');
/*****************************************/
/* Start your root declarations here    */
/*****************************************/
:root {
  /* Font Definitions */
  --font-header: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  
  /* Primary Brand Colors */
  --color-teal: #1e94b2;
  --color-orange: #fa7b26;
  --color-deep-space-navy: #0e2b45; /* Fixed spelling */
  
  /* UI & Accent Colors */
  --color-precision-steel: #4e7c9b;
  --color-storm-grey: #5e7a8a;
  --color-arctic-mist: #a8cedc;
  --color-frost: #eaf4f8;
  --color-warm-slate: #7b6652;
  --color-gold: #c4a052;
  
  /* Neutrals */
  --color-ghost: #F5F8FA;
  --color-light: #f9f9f9;
  --color-white: #ffffff;
  
  /* Tones */
  --color-orange-hover: #eb560b;
  --color-teal-hover: #1d7d9d;
  
  /* Typography */
  --font-body-line-height: 1.4;
}
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.screen-shadow {
font-family: Raleway !important;
font-style: normal;
line-height: normal;
box-shadow: 0px 7.774px 66.079px 0px rgba(0, 0, 0, 0.10);
border-radius: 20px;
overflow: hidden;
}


body{
margin:0px;
padding:0px;
}

.page-center{
max-width:1200px !important;
width:100% !important;
padding:0px 20px !important;
float:none !important;
margin:0 auto !important;
}

.page-center-900{
max-width:1000px !important;
width:100% !important;
padding:0px 20px !important;
float:none !important;
margin:0 auto !important;
}