/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
@font-face {
    font-family: 'Ethnocentric';
    src: url('fonts/Ethnocentric-Regular.eot');
    src: url('fonts/Ethnocentric-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Ethnocentric-Regular.woff2') format('woff2'),
        url('fonts/Ethnocentric-Regular.woff') format('woff'),
        url('fonts/Ethnocentric-Regular.ttf') format('truetype'),
        url('fonts/Ethnocentric-Regular.svg#Ethnocentric-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Armstrong';
    src: url('fonts/ArmstrongRegular.eot');
    src: url('fonts/ArmstrongRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArmstrongRegular.woff2') format('woff2'),
        url('fonts/ArmstrongRegular.woff') format('woff'),
        url('fonts/ArmstrongRegular.ttf') format('truetype'),
        url('fonts/ArmstrongRegular.svg#ArmstrongRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 
.site-title a {
    font-family: 'Ethnocentric', sans-serif;
}

.site-description {
    font-family: 'Armstrong', sans-serif;
}