/*/////////////////////////////////////////////////////////////
FONT FACES
*/
@font-face {
  font-family: "LeafyPlant";
  src: url("../fonts/LeafyPlant-Regular.woff2") format("woff2"), url("../fonts/LeafyPlant-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*/////////////////////////////////////////////////////////////
VARIABLES
*/
/*//////////////////////////////////////////////////////////
INTERPOLATE
//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////
MEDIA QUERIES
//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////
THE REST
//////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////
TYPOGRAPHY
*/
:root {
  font-size: clamp(24px, calc(4.412371134px + 1.0309278351vw), 44px);
}
@media only screen and (max-width: 1900px) {
  :root {
    font-size: clamp(20px, calc(17.2082216265px + 0.3574620197vw), 24px);
  }
}
@media only screen and (max-width: 781px) {
  :root {
    font-size: clamp(18px, calc(16.2897862233px + 0.4750593824vw), 20px);
  }
}
