@font-face {
  font-family: 'Cyntho Pro Medium';
  src: url('../fonts/cynthopro-medium-webfont.woff2') format('woff2'),
    url('../fonts/cynthopro-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Pro Regular';
  src: url('../fonts/cynthopro-regular-webfont.woff2') format('woff2'),
    url('../fonts/cynthopro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cyntho Pro Bold';
  src: url('../fonts/cynthopro-bold-webfont.woff2') format('woff2'),
    url('../fonts/cynthopro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Awesome Serif';
  src: url('../fonts/awesome_serif_var-vf-webfont.woff2') format(' woff2'),
 url('../fonts/awesome_serif_var-vf-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }

:root {
  --solox-font: "Cyntho Pro Regular";
  --solox-heading-font: "Awesome Serif", serif;
  --solox-medium-font: "Cyntho Pro Medium";
  --solox-bold-font: "Cyntho Pro Bold";
  --solox-text: black;
  --solox-brown: brown;
  --solox-text-rgb: 137, 134, 141;
  --solox-base: #d6bdb5;
  --solox-light: #f2eeed;
  --solox-base-rgb: 222, 150, 141;
  --solox-gray: #FCF5F5;
  --solox-gray-rgb: 252, 245, 245;
  --solox-white: #fff;
  --solox-white-rgb: 255, 255, 255;
  --solox-black: #27252A;
  --solox-black-rgb: 39, 37, 42;
  --solox-border-color: #89868D;
  --solox-border-color-rgb: 137, 134, 141;
}
/*# sourceMappingURL=solox-color-1.css.map */
