:root {
    --dark-grey: #333333;
    --medium-grey: #636363;
    --light-grey: #eeeeee;
    --ash: #f4f4f4;
    --primary-color: #002d74;
    --secondary-color: #00ae42;
    --tertiary-color: #F5F5F5;
    --red-color: #ec250f;
    --white: white;
    --font-grey: #707070;
    --border: 1px solid var(--light-grey);
    --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    --header-height: clamp(72px,11vw,120px);
    --margin-small: clamp(8px,2vw,30px);
    --margin-normal: clamp(16px,3.5vw,40px);
    --margin-large: clamp(22px,7vw,90px);
  }