html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}
body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    min-width: 1024px;
}
a {
    color: inherit;
}
@font-face {
    font-family: 'mainBold';
    src: url('../fonts/bold.eot');
    src: url('../fonts/bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bold.woff2') format('woff2'),
        url('../fonts/bold.woff') format('woff'),
        url('../fonts/bold.ttf') format('truetype'),
        url('../fonts/bold.svg#bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mainMedium';
    src: url('../fonts/medium.eot');
    src: url('../fonts/medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/medium.woff2') format('woff2'),
        url('../fonts/medium.woff') format('woff'),
        url('../fonts/medium.ttf') format('truetype'),
        url('../fonts/medium.svg#medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mainRegular';
    src: url('../fonts/regular.eot');
    src: url('../fonts/regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/regular.woff2') format('woff2'),
        url('../fonts/regular.woff') format('woff'),
        url('../fonts/regular.ttf') format('truetype'),
        url('../fonts/regular.svg#regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'mainLight';
    src: url('../fonts/light.eot');
    src: url('../fonts/light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/light.woff2') format('woff2'),
        url('../fonts/light.woff') format('woff'),
        url('../fonts/light.ttf') format('truetype'),
        url('../fonts/light.svg#light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap'); */