body {
    margin: 0;
    padding: 0;
    font-family: "Satoshi", sans-serif;
}

@font-face {
    font-family: "Satoshi";
    src: url(/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Bold.woff2);
    font-weight: 600;
}

@font-face {
    font-family: "Satoshi";
    src: url(/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: "Satoshi";
    src: url(/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff2);
    font-weight: 400;
}

@font-face {
    font-family: "Satoshi";
    src: url(/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Light.woff2);
    font-weight: 300;
}

@font-face {
    font-family: "Satoshi";
    src: url(/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Light.woff2);
    font-weight: 200;
}






::-moz-selection {
    /* Code for Firefox */
    color: white;
    background:
        #8a2525;
}

::selection {
    color: white;
    background:
        #8a2525;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}
