@charset "utf-8";

@font-face {
    font-family: 'inter';
    font-style: normal;
    font-weight: 300;
    src: url(/svcsol/common/font/inter/Inter-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    src: url(/svcsol/common/font/inter/Inter-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'inter';
    font-style: bold;
    font-weight: 700;
    src: url(/svcsol/common/font/inter/Inter-Bold.ttf) format('truetype');
  }