@font-face {
    font-family: 'Alphakind';
    src: url('../fonts/alphakind/Alphakind.woff2') format('woff2'),
         url('../fonts/alphakind/Alphakind.woff') format('woff'),
         url('../fonts/alphakind/Alphakind.ttf') format('truetype'),
         url('../fonts/alphakind/Alphakind.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt-Bold';
    src: 
         url('../fonts/cooper-hewitt/CooperHewitt-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt-Medium';
    src: 
         url('../fonts/cooper-hewitt/CooperHewitt-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CooperHewitt-Book';
    src: 
         url('../fonts/cooper-hewitt/CooperHewitt-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


h1{
    font-family: 'Alphakind';
    text-transform: uppercase;
}