:root{--theme-color-primary: #F9B100;--theme-color-secondary: #FEECC1;--theme-color-tertiary: #FFD198;--color-green: #008000;--color-red: #fb2f2f;--color-white: #FFFFFF;--color-light-grey: #F0F0F0;--color-grey: #353535;--color-black: #000000;--border-radius-small: 5px;--border-radius-big: 20px;--border-width-bold: 5px;--border-width-light: 2px}html{background-color:var(--color-white);box-sizing:border-box;color:var(--color-black);font-family:Verdana,sans-serif;font-size:1em;font-weight:400;line-height:1.5em}*{background-color:inherit;box-sizing:inherit;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;scrollbar-color:var(--theme-color-primary) var(--theme-color-secondary);appearance:none;-moz-appearance:none;-webkit-appearance:none}*:focus{outline:none}body{margin:0}h1{font-size:2em;font-weight:800}h2{font-size:1.75em;font-weight:800}h3{font-size:1.5em;font-weight:600}h4{font-size:1.25em;font-weight:600}strong{font-weight:bolder}table{border-collapse:collapse;overflow:auto}table tbody tr:nth-child(odd){background-color:var(--color-light-grey)}table thead tr:nth-child(odd){background-color:var(--theme-color-primary);color:var(--color-white)}table td{padding:10px}table th{padding:10px;font-weight:600;text-align:left}
