@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@font-face {
font-family: 'Segoe UI Local';
src: local('Segoe UI Light');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Local';
src: local('Segoe UI Semilight');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Local';
src: local('Segoe UI');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Local';
src: local('Segoe UI Semibold');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Web (West European)';
src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format('woff2'), url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Web (West European)';
src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format('woff2'), url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Web (West European)';
src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format('woff2'), url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Segoe UI Web (West European)';
src: url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format('woff2'), url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Icons-Font";
src: url(https://yoursite.com/css/fonts/CustomFont.eot);
src: url(https://yoursite.com/css/fonts/CustomFont.woff) format("woff"),
url(https://yoursite.com/css/fonts/CustomFont.otf) format("opentype"),
url(https://yoursite.com/css/fonts/CustomFont.svg#filename) format("svg");
}
* {
padding: 0;
margin: 0;
font-family: 'Segoe UI Local', 'Segoe UI Web (West European)';
box-sizing: border-box;
}
body:not(*:root) {
font-family: 'Segoe UI Web (West European)';
}
html {
-ms-overflow-style: none;
}
html::-webkit-scrollbar {
display: none;
}
body {
background: #f5f5f5;
}
.page-wrap-front {
min-height: 78vh;
}
.page-wrap {
min-height: 78vh;
}
.tag {
background-color: #F23038;
color: #fff;
border-radius: 15px;
padding: 1px 10px;
font-size: 13px;
cursor: pointer;
}
.tag:hover {
background-color: #cc2c34;
color: #fff;
text-decoration: none;
}
.container {
min-height: 78vh;
}