html,
body {
  font-family: "ALK Sanet", sans-serif;
}

h1,
h2,
h3,
th,
h4,
h5,
h6 {
  font-family: "ALK Sanet", sans-serif;
}

p,
td {
  font-family: "ALK Sanet", sans-serif;
}

button {
  font-family: "ALK Sanet", sans-serif;

}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEO-75Bold.woff2') format('woff2'), url('HelveticaNeueLTGEO-75Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEOCaps-75Bold.woff2') format('woff2'), url('HelveticaNeueLTGEOCaps-75Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEO-45Light.woff2') format('woff2'), url('HelveticaNeueLTGEO-45Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEOCaps-45Light.woff2') format('woff2'), url('HelveticaNeueLTGEOCaps-45Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEO-55Roman.woff2') format('woff2'), url('HelveticaNeueLTGEO-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "ALK Sanet", sans-serif;

    src: url('HelveticaNeueLTGEOCaps-55Roman.woff2') format('woff2'), url('HelveticaNeueLTGEOCaps-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


  
.language-selector {
    position : absolute;
    right: 14px;
    display: flex;
    align-items: center;

  }
  .language-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%; /* Position below the header */
    right: 0px; /* Adjust the right distance */
    /* background-color: #333; */
    /* border: 1px; */
    /* border-radius: 5px; */
    display: none;
    z-index: 1;
  }
  
  .language-list li {
    padding: 10px;
    cursor: pointer;
    display: flex; /* Make the items inside the li flex items */
    align-items: right; /* Center the items vertically */
  }
  
  .language-list li img {
    margin-left: 5px; /* Add margin to the left of the image */
  }
  
  .language-list li:hover {
    /* background-color: #555; */
    color: #1a2f4f; /* Blue color on hover */
    font-size: 16px;
  }
  
  .language-selector img {
    width: 32px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer;
  }

