/*
@font-face{font-family:Saira-Medium;src:url('/resources/Saira-Medium.otf') format('opentype');}
@font-face{font-family:Kernel-Regular;src:url('/resources/Kernel-Regular.otf') format('opentype');}
@font-face{font-family:Freestyle-Script;src:url('/resources/Freestyle-Script.otf') format('opentype');}
*/
@font-face {
  font-family: 'Saira-Medium';
  src: url('/resources/Saira-Medium.woff2') format('woff2'),
       url('/resources/Saira-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Kernel-Regular';
  src: url('/resources/Kernel-Regular.woff2') format('woff2'),
       url('/resources/Kernel-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Freestyle-Script';
  src: url('/resources/Freestyle-Script.woff2') format('woff2'),
       url('/resources/Freestyle-Script.otf') format('opentype');
  font-display: swap;
}





body{font-family:Saira-Medium;background:#000;color:#999;text-align:center;font-size:12px;font-weight:400;width:1200px;margin:auto;padding:40px;line-height:1.5;}
h1{font-family:Kernel-Regular;text-align:center;font-size:25px;line-height:1;}
h2{font-family:Saira-Medium;color:#6bc4c4;font-size:15px;line-height:1;text-align:center;margin:20px;}
h3{font-family:Saira-Medium;color:#fc6;font-size:14px;line-height:1;}
h4{font-family:Saira-Medium;color:#fff;font-size:13px;font-weight:bold;line-height:1;}
ul,li{font-family:Saira-Medium;font-size:12px;text-align:left;}
p{line-height:1.5;color:#fff;text-align:center;font-size:12px;font-family:Saira-Medium;}
.header{display:flex;justify-content:center;width:100%;height:50px;text-align:center;color:#fff;margin-bottom:50px;}
.header-span-one{font-size:8px;}
.header-span-two{font-family:Freestyle-Script;font-size:50px;letter-spacing:1.5px;}
#headline{font-family:Kernel-Regular;text-align:center;font-size:40px;line-height:.8;}
