html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
#root {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  font-family: calibre-regular, sans-serif;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  background-color: #202020;
  color: #808080;
  font-size: 18px;
  line-height: 1.5;
}

@font-face {
  font-display: block;
  font-family: "calibre-regular";
  src: url("./CalibreWeb-Regular.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: "calibre-mono";
  src: url("./CalibreTab-Regular.woff2") format("woff2");
}

@font-face {
  font-display: block;
  font-family: "calibre-medium";
  src: url("./CalibreWeb-Medium.woff") format("woff");
}

@font-face {
  font-display: block;
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("./MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2") format("woff2");
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  font-display: block;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

table {
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
  background-color: #202020;
  th {
    text-align: left;
    padding: 10px;
    background-color: #202020;
    text-transform: uppercase;
    font-size: 14px;
  }
  tr {
    background-color: #303030;
  }
  tr:hover {
    background-color: #404040;
  }

  td {
    border-bottom: 2px solid #202020;
    padding: 10px;
  }
}

a {
  color: #9f9f9f;
  text-decoration: underline;
  font-size: 18px;
  &:hover {
    color: #00a99d;
  }
}
