:root {
  --white: #ffffff;
  --white9: #f9f9f9;
  --black: #000000;
  --black20: #202020;
  --black-bold: #252525;
  --grey: #484848;
  --grey3: #d3d3d3;
  --grey-light: #939393;
  --blue: #00257f;
  --green: #3fac35;
  --border-radius12: 12px;
  --border-radius25: 25px;
  --font-family: "Montserrat";
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
