/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
/* === Custom Font: Ge Dinar One === */
@font-face {
    font-family: "Ge Dinar One";
    font-style: normal;
    font-weight: 300;
    src: url("fonts/GEDinarOne-Light.woff2") format("woff2"),
    font-display: swap;
}
@font-face {
    font-family: "Ge Dinar One";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/GEDinarOne-Medium.woff2") format("woff2"),
    font-display: swap;
}
@font-face {
    font-family: "Ge Dinar One";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/GEDinarOne-Bold.woff2") format("woff2"),
    font-display: swap;
}

body {
    font-family: "Ge Dinar One", sans-serif !important;
}