@font-face {
    font-family: "JaneAust";
    src: url("../fonts/HLT JaneAust.ttf");
}

/* Arima Madurai Self-hosted */
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-300-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-300-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-400-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-400-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-500-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-500-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-700-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-700-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-800-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-800-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-900-latin.woff2') format('woff2'),
       url('../fonts/ArimaMadurai/ArimaMadurai-900-latin-ext.woff2') format('woff2');
  unicode-range: U+0000-00FF; /* Latin only */  
}
@font-face {
  font-family: 'Arima Madurai';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/ArimaMadurai/ArimaMadurai-900-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0–1EF9, U+20AB, U+0020-007E;
}

/* Material Icons Self-hosted */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* default size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
