/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

@font-face {
    font-family: 'Season Sans';
    src: url('assets/fonts/SeasonSans-Regular.woff2') format('woff2'),
         url('assets/fonts/SeasonSans-Regular.woff') format('woff'),
         url('assets/fonts/SeasonSans-Regular.ttf') format('truetype'),
         url('assets/fonts/SeasonSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Season Sans';
    src: url('assets/fonts/SeasonSans-RegularItalic.woff2') format('woff2'),
         url('assets/fonts/SeasonSans-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Season Sans';
    src: url('assets/fonts/SeasonSans-SemiBold.woff2') format('woff2'),
         url('assets/fonts/SeasonSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Season Sans';
    src: url('assets/fonts/SeasonSans-SemiBoldItalic.woff2') format('woff2'),
         url('assets/fonts/SeasonSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Season Serif';
    src: url('assets/fonts/SeasonSerif-Regular.woff2') format('woff2'),
         url('assets/fonts/SeasonSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Season Serif';
    src: url('assets/fonts/SeasonSerif-RegularItalic.woff2') format('woff2'),
         url('assets/fonts/SeasonSerif-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: 'Season Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #091D24;
    color: #FFFFFF;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 135%;
}

.header {
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.footer {
}

.notice {
    max-width: 752px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

.notice__title {
    color: #5A73AA;
    font-family: 'Season Serif', serif;
    font-size: 42px;
    line-height: 135%;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.notice__content {
    text-align: center;
}

.notice__paragraph {
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
    text-align: center;
}

.notice__paragraph:not(:last-child) {
    margin-bottom: 24px;
}

.logo {
    max-width: 200px;
    margin-top: 48px;
}
