@font-face {
	font-display: swap;
	font-family: 'NPO Nova Headline';
	font-style: normal;
	font-weight: 700;
	src: url('npo-nova-headline-700-normal.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'NPO Nova Text';
	font-style: normal;
	font-weight: 400;
	src: url('npo-nova-text-400-normal.woff2') format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'NPO Nova Text';
	font-style: normal;
	font-weight: 500;
	src: url('npo-nova-text-500-normal.woff2') format('woff2');
}

body {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;

    font-family: 'NPO Nova Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;

    background: #0a1930;
    background: url('bg-lowlands.avif') no-repeat center center fixed;
    background-size: cover;
}

a {
    color: rgb(255, 152, 3);
}

.container {
    width: 100%;
    max-width: 700px;
    margin: 0 30px;
    background: rgba(41, 61, 93, 0.96);
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

@media (max-width: 599px) {
    .container {
        border-radius: 0;
    }

    body.npo-studio-messenger-active-page-messages .container {
        margin: 0;
    }
}

@media (min-width: 730px) {
    .container {
        margin: 0 auto;
    }
}
