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

@font-face {
    font-family: SomarSans;
    src: url(/assets/webfonts/SomarSans/SomarSans-RegularItalic.ttf) format("truetype");
    font-display: swap;
    font-weight: normal;
    font-style: italic;
}

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

@font-face {
    font-family: SomarSans;
    src: url(/assets/webfonts/SomarSans/SomarSans-BoldItalic.ttf) format("truetype");
    font-display: swap;
    font-weight: bold;
    font-style: italic;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: SomarSans;
}