﻿@charset "UTF-8";

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../../static/font/font-2.woff2") format("woff2"),
       url("../../static/font/font-2.woff") format("woff"),
       url("../../static/font/font-1.ttf") format("truetype"),
       url("../../static/font/font-2.eot") format("embedded-opentype"),
       url("../../static/image/font-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}