@charset "utf-8";
/*
Theme Name: wk
*/
@font-face {
    font-family: "Inter-Bold";
    src: url("fonts/Inter-Bold.ttf") format("truetype"),
         url("fonts/Inter-Bold.woff2") format("woff2"),
         url("fonts/Inter-Bold.woff") format("woff"),
         url("fonts/Inter-Bold.eot") format("embedded-opentype"),
         url("fonts/Inter-Bold.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-Regular";
    src: url("fonts/Inter-Regular.ttf") format("truetype"),
         url("fonts/Inter-Regular.woff2") format("woff2"),
         url("fonts/Inter-Regular.woff") format("woff"),
         url("fonts/Inter-Regular.eot") format("embedded-opentype"),
         url("fonts/Inter-Regular.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-LightBETA";
    src: url("fonts/Inter-LightBETA.ttf") format("truetype"),
         url("fonts/Inter-LightBETA.woff2") format("woff2"),
         url("fonts/Inter-LightBETA.woff") format("woff"),
         url("fonts/Inter-LightBETA.eot") format("embedded-opentype"),
         url("fonts/Inter-LightBETA.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
/* @font-face {
    font-family: "Inter-Black";
    src: url("fonts/Inter-Black.ttf") format("truetype"),
         url("fonts/Inter-Black.woff2") format("woff2"),
         url("fonts/Inter-Black.woff") format("woff"),
         url("fonts/Inter-Black.eot") format("embedded-opentype"),
         url("fonts/Inter-Black.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-ExtraBold";
    src: url("fonts/Inter-ExtraBold.ttf") format("truetype"),
         url("fonts/Inter-ExtraBold.woff2") format("woff2"),
         url("fonts/Inter-ExtraBold.woff") format("woff"),
         url("fonts/Inter-ExtraBold.eot") format("embedded-opentype"),
         url("fonts/Inter-ExtraBold.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-ExtraLightBETA";
    src: url("fonts/Inter-ExtraLightBETA.ttf") format("truetype"),
         url("fonts/Inter-ExtraLightBETA.woff2") format("woff2"),
         url("fonts/Inter-ExtraLightBETA.woff") format("woff"),
         url("fonts/Inter-ExtraLightBETA.eot") format("embedded-opentype"),
         url("fonts/Inter-ExtraLightBETA.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-Medium";
    src: url("fonts/Inter-Medium.ttf") format("truetype"),
         url("fonts/Inter-Medium.woff2") format("woff2"),
         url("fonts/Inter-Medium.woff") format("woff"),
         url("fonts/Inter-Medium.eot") format("embedded-opentype"),
         url("fonts/Inter-Medium.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter-SemiBold";
    src: url("fonts/Inter-SemiBold.ttf") format("truetype"),
         url("fonts/Inter-SemiBold.woff2") format("woff2"),
         url("fonts/Inter-SemiBold.woff") format("woff"),
         url("fonts/Inter-SemiBold.eot") format("embedded-opentype"),
         url("fonts/Inter-SemiBold.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Inter-ThinBETA";
    src: url("fonts/Inter-ThinBETA.ttf") format("truetype"),
         url("fonts/Inter-ThinBETA.woff2") format("woff2"),
         url("fonts/Inter-ThinBETA.woff") format("woff"),
         url("fonts/Inter-ThinBETA.eot") format("embedded-opentype"),
         url("fonts/Inter-ThinBETA.svg") format("svg"); 
    font-weight: normal;
    font-style: normal;
} */

html{background:none;-webkit-text-size-adjust:100%;height:100%;margin:0;padding:0;}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body{background: #15092D;font-size:16px;font-weight: normal;font-family: "Inter-Regular";margin:0;padding:0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0;padding:0;}
.inner{max-width:1460px;padding-left: 20px;padding-right: 20px;margin: 0 auto;}
h1, h2, h3, h4, h5, h6{font-weight: normal;margin-top: 0;font-family: "Inter-Bold";}
li{list-style:none outside none;}
a{text-decoration:none;outline-style:none;}
a:hover{text-decoration:none;}