/* Google Font SourceSansPro */
@font-face {
  font-family: "SourceSansPro";
  font-weight: 300;
  font-style: normal;
  src: url('/static/fonts/SourceSansPro-Light.woff2') format('woff2'),
    url('/static/fonts/SourceSansPro-Light.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('/static/fonts/SourceSansPro-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: 600;
  font-style: normal;
  src: url('/static/fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
    url('/staticfonts/SourceSansPro-SemiBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: "SourceSansPro";
  font-weight: 700;
  font-style: normal;
  src: url('/static/fonts/SourceSansPro-Bold.woff2') format('woff2'),
    url('/static/fonts/SourceSansPro-Bold.woff') format('woff');
  font-display: swap;
}

* {
  font-family: "SourceSansPro", sans-serif;
}

i.undo {
  background-image: url(/static/icons/arrow-counterclockwise.svg);
}

i.redo {
  background-image: url(/static/icons/arrow-clockwise.svg);
}

i.bold {
  background-image: url(/static/icons/type-bold.svg);
}

i.italic {
  background-image: url(/static/icons/type-italic.svg);
}

i.underline {
  background-image: url(/static/icons/type-underline.svg);
}

i.strikethrough {
  background-image: url(/static/icons/type-strikethrough.svg);
}

i.left-align {
  background-image: url(/static/icons/text-left.svg);
}

i.center-align {
  background-image: url(/static/icons/text-center.svg);
}

i.right-align {
  background-image: url(/static/icons/text-right.svg);
}

i.justify-align {
  background-image: url(/static/icons/justify.svg);
}

i.add-icon {
  background-image: url(/static/icons/add-sign.svg);
  background-repeat: no-repeat;
  background-position: center;
}

i.minus-icon {
  background-image: url(/static/icons/minus-sign.svg);
  background-repeat: no-repeat;
  background-position: center;
}
