@font-face {
    font-family: 'ferrite_coreregular';
    src: url('../fonts/ferritecore-regular-webfont.woff2') format('woff2'),
         url('../fonts/ferritecore-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kionaregular';
    src: url('../fonts/kiona-regular-webfont.woff') format('woff2'),
         url('../fonts/kiona-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vtksposterregular';
    src: url('poster-webfont.eot');
    src: url('poster-webfont.eot?#iefix') format('embedded-opentype'),
         url('poster-webfont.woff2') format('woff2'),
         url('poster-webfont.woff') format('woff'),
         url('poster-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dk_rat_infested_mailboxRg';
    src: url('dk_rat_infested_mailbox-webfont.eot');
    src: url('dk_rat_infested_mailbox-webfont.eot?#iefix') format('embedded-opentype'),
         url('dk_rat_infested_mailbox-webfont.woff2') format('woff2'),
         url('dk_rat_infested_mailbox-webfont.woff') format('woff'),
         url('dk_rat_infested_mailbox-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'kionaregular';
    --color-title: #ffffff;
    background-image:url(../img/5.jpg);
    background-size: cover;
    background-position: center center;
}

.intro {
    text-transform: uppercase;
    font-style: normal;
}

.content__subtitle {
font-family: 'dk_rat_infested_mailboxRg';
text-align: center;
line-height: 4rem;

}

.content__title {
	font-family: 'vtksposterregular';
}

.content__credits {
    font-style: normal;
    max-width: 40rem;
}

.intro__content-line {
font-size: 3.5rem;	
}

.intro__content-line--small {
    font-family: 'vtksposterregular';
	font-size: 5.5rem;
	
}