@font-face {
    font-family: 'SommetRoundedBold';
      src: url('SommetRoundedBold.woff2') format('woff2'),
        url('SommetRoundedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SommetRoundedRegular';
      src: url('SommetRoundedRegular.woff2') format('woff2'),
        url('SommetRoundedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
