/* docs/css/mil-symbols.css */
@font-face {
  font-family: "NATO-EN-LAND";
  src: url("../../assets/fonts/en-land.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NATO-EN-LAND1";
  src: url("../../assets/fonts/en-land1.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NATO-FR-LAND";
  src: url("../../assets/fonts/fr-land.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NATO-FR-LAND1";
  src: url("../../assets/fonts/fr-land1.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* One CSS‐class per font file: */
.sym-en-land {
  font-family: "NATO-EN-LAND" !important;
  font-style: normal;
}
.sym-en-land1 {
  font-family: "NATO-EN-LAND1" !important;
  font-style: normal;
}
.sym-fr-land {
  font-family: "NATO-FR-LAND" !important;

  font-style: normal;
}
.sym-fr-land1 {
  font-family: "NATO-FR-LAND1" !important;
  font-style: normal;
}

.sym-en-land, .sym-en-land1, .sym-fr-land, .sym-fr-land1 {
  font-size: 2.5em;
  line-height: 0.1em;
  font-weight: normal;
  font-style: normal;
  color: var(--md-typeset-color);
  display: inline-block;
  height: 1em;
  margin-top: -16px;
  padding: 17px 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.sym-en-land, .sym-en-land1 {
    background-color: darkred;
    color: #FFF;
}

.sym-fr-land, .sym-fr-land1 {
    background-color: #004990;
    color: #FFF;
}