:root {
    --theme-primary-color:#F96703;
    --theme-secondary-color:#0d43b6;
    --theme-primary-font:'Urbanist', sans-serif;
    --theme-secondary-font:'DM Sans', sans-serif;
    --theme-white-color:#fff;
    --theme-heading-color:#14133b;
    --theme-font-color:#5b6674;
  }

body {
    font-family: var(--theme-secondary-font);
    font-size: 16px;
    line-height:1.6;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: var(--theme-font-color);
  }
  
  p {
    color: var(--theme-font-color);
    font-family: var(--theme-secondary-font);
    font-size: 16px;
    line-height: 1.6em;
  }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-primary-font);
  font-weight: 700;
  line-height: 1.3;
  color: var(--theme-heading-color);
}
