@import "./blocks/header.css";
@import "./blocks/menu-mob.css";
@import "./blocks/footer.css";
@import "./blocks/gift.css";
@import "./blocks/raiser.css";
@import "media.css";

@font-face {
    font-family: "GothaProMed";
    src: url("./fonts/GothaProMed.otf") format("opentype"),
    url("./fonts/GothaProMed.otf") format("opentype");
}


@font-face {
    font-family: "GothaProBla";
    src: url("./fonts/GothaProBla.otf") format("opentype"),
    url("./fonts/GothaProBla.otf") format("opentype");
}

html{
    scroll-behavior: smooth;
}
body, a, a:hover, a:visited, a:focus{
    color: #fff;
}
body, *{
    font-family: 'GothaProMed'!important;
}
body.home article .post-thumbnail{
    display: none;
}
.page-content, .entry-content, .entry-summary{
    margin: 0;
}

body, .entry-content{
    width: 100vw;
    overflow-x: hidden;
}

body.cut{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

h1.entry-title{
    text-align: center;
}