/* frontend/src/styles.scss */
:root {
  --page-width: 1200px;
  --primary-color: #198fd9;
  --primary-color-hover: #19609f;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Product Sans";
  src: url(/fonts/product-sans/ProductSans-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
body {
  background-color: rgba(0, 0, 0, 0.03);
}
td.text-center {
  text-align: center;
}
[contenteditable=true]:focus {
  outline: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
