/* Inter and Noto Serif Fonts */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


.flower-shop-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.375rem;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
}


.flower-shop-heading {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 3rem;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}