/* Stria Icons - Base Styles & Font Face Rules */

@font-face {
  font-family: 'Stria Solid';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/solid/stria-solid.woff2') format('woff2'),
       url('../webfonts/solid/stria-solid.woff') format('woff'),
       url('../webfonts/solid/stria-solid.ttf') format('truetype');
}

@font-face {
  font-family: 'Stria Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/regular/stria-regular.woff2') format('woff2'),
       url('../webfonts/regular/stria-regular.woff') format('woff'),
       url('../webfonts/regular/stria-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Stria Light';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/light/stria-light.woff2') format('woff2'),
       url('../webfonts/light/stria-light.woff') format('woff'),
       url('../webfonts/light/stria-light.ttf') format('truetype');
}

@font-face {
  font-family: 'Stria Thin';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/thin/stria-thin.woff2') format('woff2'),
       url('../webfonts/thin/stria-thin.woff') format('woff'),
       url('../webfonts/thin/stria-thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Stria Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../webfonts/brands/stria-brands.woff2') format('woff2'),
       url('../webfonts/brands/stria-brands.woff') format('woff'),
       url('../webfonts/brands/stria-brands.ttf') format('truetype');
}

.stria,
[class^="st-"],
[class*=" st-"] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.st-solid {
  font-family: 'Stria Solid';
}

.st-regular {
  font-family: 'Stria Regular';
}

.st-light {
  font-family: 'Stria Light';
}

.st-thin {
  font-family: 'Stria Thin';
}

.st-brands {
  font-family: 'Stria Brands';
}

