@charset "UTF-8";

@font-face
{
font-family: "Ocre Sans Book";
src: url('./OcreSans-Book2.woff2') format('woff2'), url('./OcreSans-Book2.woff') format('woff');
font-weight: normal;
font-style: normal;
}

.font-ocre-sans-book {font-family:"Ocre Sans Book"}

@font-face
{
font-family: "Ocre Sans Bold";
src: url('./OcreSans-Bold2.woff2') format('woff2'), url('./webfonts/OcreSans-Bold2.woff') format('woff');
font-weight: normal;
font-style: normal;
}

.font-ocre-sans-bold {font-family:"Ocre Sans Bold"}
