@source "../css";
@source "../js";

@font-face {
  font-family: "icon";
  src: url("../fonts/fa-solid-900.ttf");
  font-weight: normal; font-style: normal;
}
.icon { font-family: icon; }

@font-face {
  font-family: "Elms Sans";
  src: url("../fonts/ElmsSans-VariableFont_wght.ttf");
  font-weight: normal; font-style: normal;
}
* { font-family: "Elms Sans", sans-serif; }

body { font-size: 24px; }
h1 { font-size: 2.4rem; }
h2 { font-size: 2.1rem; }
h3 { font-size: 1.8rem; }
h4, h5, h6, h7, p { font-size: 1.6rem; }
