/*
  Subset of lipis/flag-icons for Qronology (4x3 flags only).
  Source project: https://github.com/lipis/flag-icons (MIT)

  We vendor only the flags we currently need.
*/

.fi {
  display: inline-block;
  width: 1.333333em; /* 4:3 */
  height: 1em;
  vertical-align: -0.125em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi.fi-us {
  background-image: url("flags/4x3/us.svg");
}

.fi.fi-in {
  background-image: url("flags/4x3/in.svg");
}
