@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: GaretBook;
  src: url("../fonts/Garet-Book.otf") format("opentype");
}

@font-face {
  font-family: GaretHeavy;
  src: url("../fonts/Garet-Heavy.otf") format("opentype");
}

@font-face {
  font-family: "Garet W05 Bold";
  src: url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.eot");
  src: url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.eot?#iefix")format("embedded-opentype"),
      url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.woff2")format("woff2"),
      url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.woff")format("woff"),
      url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.ttf")format("truetype"),
      url("https://db.onlinewebfonts.com/t/1140819bff120ecc7a6eaed55f1dd6ed.svg#Garet W05 Bold")format("svg");
}

@font-face {
  font-family: outfit-100;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Thin.otf") format("opentype");
}
@font-face {
  font-family: outfit-200;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: outfit-300;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Light.otf") format("opentype");
}
@font-face {
  font-family: outfit-400;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Regular.otf") format("opentype");
}
@font-face {
  font-family: outfit-500;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Medium.otf") format("opentype");
}
@font-face {
  font-family: outfit-600;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: outfit-700;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Bold.otf") format("opentype");
}
@font-face {
  font-family: outfit-800;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: outfit-900;
  src: url("https://within5.com/fontend/assets/fonts/Outfit-Black.otf") format("opentype");
}