/*
Flag SVGs sourced from flag-icons (https://github.com/lipis/flag-icons), MIT licensed.
Self-hosted, trimmed to only the 6 languages this site supports, to avoid an
external CDN dependency for the language dropdown.
*/

.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
}

.fi-kr { background-image: url(/assets/flags/kr.svg); }
.fi-us { background-image: url(/assets/flags/us.svg); }
.fi-cn { background-image: url(/assets/flags/cn.svg); }
.fi-jp { background-image: url(/assets/flags/jp.svg); }
.fi-es { background-image: url(/assets/flags/es.svg); }
.fi-de { background-image: url(/assets/flags/de.svg); }
