/*-=-=-=-=-=-=-=-[ BLOG.    HTML - INITIALIZATIONS ]-=-=-=-=-=-=-=-*/

@font-face {
    font-family: 'pxplusregular';
    src: url('assets/fonts/pxplus_ibm_vga_8x14-webfont.woff2') format('woff2'),
         url('assets/fonts/pxplus_ibm_vga_8x14-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'px437regular';
    src: url('assets/fonts/px437_ibm_model3x_alt1-webfont.woff2') format('woff2'),
         url('assets/fonts/px437_ibm_model3x_alt1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "toshibat300";
    src:
        url("assets/fonts/px437_toshibat300_8x16-webfont.woff2") format("woff2"),
        url("assets/fonts/px437_toshibat300_8x16-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quick_end_jerkregular";
    src:
        url("assets/fonts/quick_end_jerk-webfont.woff2") format("woff2"),
        url("assets/fonts/quick_end_jerk-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "broken_15regular";
    src:
        url("assets/fonts/broken15-webfont.woff2") format("woff2"),
        url("assets/fonts/broken15-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "vt323regular";
    src:
        url("assets/fonts/vt323-regular-webfont.woff2") format("woff2"),
        url("assets/fonts/vt323-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "munroregular";
    src:
        url("assets/fonts/munro-webfont.woff2") format("woff2"),
        url("assets/fonts/munro-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "munro_narrowregular";
    src:
        url("assets/fonts/munro-narrow-webfont.woff2") format("woff2"),
        url("assets/fonts/munro-narrow-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "munro_smallregular";
    src:
        url("assets/fonts/munro-small-webfont.woff2") format("woff2"),
        url("assets/fonts/munro-small-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ocsfontregular";
    src:
        url("assets/fonts/ocsfont-regular.woff2") format("woff2"),
        url("assets/fonts/ocsfont-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --animation-deg: 5deg;
}
