/**
 * @Author: heinzzuercher
 * @Date:   March 18th 2021, 9:25:53
 * @Email:  hzuercher@huenet.ch
 * @Project: collection version 0.7
 * @Filename: font.css
 * @Last modified by:   heinzzuercher
 * @Last modified time: March 18th 2021, 10:15:42
 * @Copyright: 2021 by Huenet AG. All Rights Reserved.
 */


 @font-face {
   font-family: 'Inter';
   font-style:  normal;
   font-weight: 300;
   font-display: swap;
   src: url("Inter-light.woff2?v=3.15") format("woff2"),
        url("Inter-light.woff?v=3.15") format("woff");
 }

 @font-face {
   font-family: 'Inter';
   font-style:  normal;
   font-weight: 500;
   font-display: swap;
   src: url("Inter-Medium.woff2?v=3.15") format("woff2"),
        url("Inter-Medium.woff?v=3.15") format("woff");
 }


 @font-face {
   font-family: 'Inter';
   font-style:  normal;
   font-weight: 700;
   font-display: swap;
   src: url("Inter-Bold.woff2?v=3.15") format("woff2"),
        url("Inter-Bold.woff?v=3.15") format("woff");
 }
