/*
  Local Lord Systems fonts.
  Put the /fonts folder next to index.html:

  lord-systems-software/
  ├── index.html
  ├── css/
  ├── js/
  └── fonts/

  Font files are not bundled here. The project expects your local font folder.
*/

@font-face {
  font-family: 'BankGothicLS';
  src:
    url('../fonts/BankGothic Md BT.ttf') format('truetype'),
    url('../fonts/BankGothicMediumBT.ttf') format('truetype'),
    url('../fonts/bank gothic medium bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BankGothicLS';
  src:
    url('../fonts/BankGothic Bold.ttf') format('truetype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BankGothicLSLight';
  src:
    url('../fonts/Bank Gothic Light Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RajdhaniLS';
  src: url('../fonts/Rajdhani-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RajdhaniLS';
  src: url('../fonts/Rajdhani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RajdhaniLS';
  src: url('../fonts/Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RajdhaniLS';
  src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RajdhaniLS';
  src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrainsMonoLS';
  src: url('../fonts/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrainsMonoLS';
  src: url('../fonts/JetBrainsMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OxaniumLS';
  src:
    url('../fonts/Oxanium-Variable.ttf') format('truetype'),
    url('../fonts/Oxanium-Regular.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
