:root {
  --white: #ffffff;
  --black: #000000;
  --black-bold: #252525;
  --grey: #484848;
  --green: #3fac35;
  --border-radius-12: 12px;
  --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;
}
