@charset "UTF-8";
/* CSS Document */

/*
<weight>: Use a value from 100 to 900
<uniquifier>: Use a unique and descriptive class name
*/

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

#hero {}
#hero h2 { font-weight: 900; }
#hero p { color: #776f6d; }