:root {
  --primary-color: #f7b100;
  --secondary-color-1: #2e96f4;
  --secondary-color-2: #2e96f4;
  --neutral-color: #4e5056;
  --neutral-soft-color: #57575c;
  --neutral-light-color: #f2f2f2;
  --main-text-fontsize: 17px;
  --main-text-fontfamily: "Libre Baskerville";
  --main-title-fontfamily: "Sono", sans-serif;
}

/* sono-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sono';
  font-style: normal;
  font-weight: 400;
  src: url('../../custom/fonts/sono-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* sono-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Sono';
  font-style: normal;
  font-weight: 800;
  src: url('../../custom/fonts/sono-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

