@charset "UTF-8";

@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/SourceSansPro-Light.woff") format("woff"),
       url("../assets/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/SourceSansPro-Regular.woff") format("woff"),
       url("../assets/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/SourceSansPro-Semibold.woff") format("woff"),
       url("../assets/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/SourceSansPro-Semibold.woff") format("woff"),
       url("../assets/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro-Light";
  src: url("../assets/SourceSansPro-Light.woff") format("woff"),
       url("../assets/SourceSansPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("../assets/SourceSansPro-Regular.woff") format("woff"),
       url("../assets/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("../assets/SourceSansPro-Semibold.woff") format("woff"),
       url("../assets/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("../assets/SourceSansPro-Semibold.woff") format("woff"),
       url("../assets/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro-Semibold";
  src: url("../assets/SourceSansPro-Semibold.woff") format("woff"),
       url("../assets/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN-Regular";
  src: url("../assets/din-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN-Bold";
  src: url("../assets/din-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
