@font-face {
    font-family: 'Ravi';
    src: url(../fonts/Ravi.otf);
    src: url(../fonts/Ravi.otf?#iefix) format("embedded-opentype"), url(../fonts/Ravi.woff) format("woff"), url(../fonts/Ravi.ttf) format("truetype"), url(../fonts/Ravi.svg#BRavi) format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
  --insur-font: "Ravi", sans-serif;
  --insur-gray: #737092;
  --insur-gray-rgb: 115, 112, 146;
  --insur-base: #4A45F5;
  --insur-base-rgb: 113, 102, 245;
  --insur-black: #211F38;
  --insur-black-rgb: 33, 31, 56;
  --insur-extra: #F5F5F5;
  --insur-extra-rgb: 245, 245, 245;
  --insur-bdr-color: #D0CCFF;
  --insur-bdr-color-rgb: 208, 204, 255;
}
