/* Fonts */
@font-face {
font-family: "Onest";
src: url("../fonts/OnestRegular.woff2");
font-weight: 400;
}
@font-face {
font-family: "Onest";
src: url("../fonts/OnestMedium.woff2");
font-weight: 500;
}
@font-face {
font-family: "Onest";
src: url("../fonts/OnestBold.woff2");
font-weight: 700;
}
@font-face {
font-family: "Source Code Pro";
src: url("../fonts/SourceCodePro-Regular.woff2");
font-weight: 400;
}