@font-face {
    font-family: Newsreader;
    src: url("/font/Newsreader.woff2");
}
@font-face {
    font-family: Resolve-SemiBold;
    src: url("/font/Resolve-Semibold.otf");
}
@font-face {
    font-family: Resolve-MediumWdIta;
    src: url("/font/ResolveSansMediumWdIta.otf");
}
.resolve-medium-wd-ita {
    font-family: Resolve-MediumWdIta !important;
}
@font-face {
    font-family: "Button Font";
    src: url("/font/ResolveSansMediumWd.otf");
}
@font-face {
    font-family: Resolve Sans Reg Wd;
    src: url("/font/ResolveRegularWd.otf");
}
@font-face {
    font-family: Resolve-MediumWd;
    src: url("/font/ResolveSansMediumWd.otf");
}
.resolve-medium-wd {
    font-family: Resolve-MediumWd !important;
}
@font-face {
    font-family: Resolve-Regular;
    src: url("/font/ResolveSansRegular.otf");
}
@font-face {
    font-family: Resolve-BoldWd;
    src: url("/font/Resolve-BoldWd.otf");
}
@font-face {
    font-family: Resolve-SemiLight;
    src: url("/font/Resolve-Semilight.otf");
}
@font-face {
    font-family: Resolve Sans Light;
    src: url("/font/ResolveSansLight.otf");
}

@font-face {
    font-family: "Text Font";
    src: url("/font/ResolveSansLightWd.otf");
}
@font-face {
    font-family: "Paragraph Font";
    src: url("/font/ResolveSansLight.otf");
}
body {
    margin: 0;
}
h1 {
    font-family: Resolve-BoldWd !important;
}
.resolve-bold-wd {
    font-family: Resolve-BoldWd !important;
}
h2 {
    font-family: Resolve-SemiBold !important;
}
.resolve-semibold {
    font-family: Resolve-SemiBold !important;
}
h3 {
    font-family: Resolve-Regular !important;
}
.resolve {
    font-family: Resolve-Regular !important;
}
h4 {
    font-family: Resolve-Regular, sans-serif !important;
    color: #11111199;
}
.newsreader {
    font-family: Newsreader, serif !important;
}
p,
a {
    font-family: Resolve-SemiLight;
}