@font-face {
  font-family: 'Speedee';
  src: url('../fonts/Speedee_W_Rg.woff2') format('woff2'),
      url('../fonts/Speedee_W_Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Speedee';
  src: url('../fonts/Speedee_W_Lt.woff2') format('woff2'),
      url('../fonts/Speedee_W_Lt.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Speedee';
  src: url('../fonts/Speedee_W_Bd.woff2') format('woff2'),
      url('../fonts/Speedee_W_Bd.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'SpeedeeKR';
  src: url('../fonts/SpeedeekrR.woff') format('woff'),
      url('../fonts/SpeedeekrR.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpeedeeKR';
  src: url('../fonts/SpeedeekrL.woff') format('woff'),
      url('../fonts/SpeedeekrL.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SpeedeeKR';
  src: url('../fonts/SpeedeekrB.woff') format('woff'),
      url('../fonts/SpeedeekrB.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
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}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 {
  height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button {
  margin: 0;
  padding: 0;
  font-family: var(--font-family-default);
  font-weight: var(--font-weight-default);
}
button {background: none;border: 0;color: inherit;cursor: pointer;font: inherit;line-height: inherit;overflow: visible;vertical-align: inherit}
button:disabled {cursor: default}
a {
  color: inherit;
  text-decoration: none;
}