@font-face {
    font-family: "NexaBold";
    src: url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.eot");
    src: url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/23ab8b9b588d250d12590e755a4d00da.svg#NexaBold")format("svg");
}

@font-face {
    font-family: "NexaLight";
    src: url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.eot");
    src: url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/086d543873365bb6afb5c90eabb7c3e8.svg#NexaLight")format("svg");
}

body {
  padding-top: 100px;
  background-color: black;
  color: white;
  font-family: "NexaLight";
}

strong {
 font-family: "NexaBold"; 
}

corrupt {
  color: #ff00a3;
}

grey {
 color:grey 
}

dimgrey{
  color:dimgrey
}