/*
Theme Name: Ciseco Child
Theme URI: https://ciseco-fse.booliitheme.com/
Author: OrangeCAD
Description: Child theme for Ciseco brand customizations.
Template: ciseco
Version: 1.0.0
Text Domain: ciseco-child
*/

body {
  --wp--preset--font-family--body: "Nunito", sans-serif;
  --wp--preset--font-family--google-sans-flex: "Nunito", sans-serif;

  --wp--preset--color--shadcn-primary: #ff591a;
  --wp--preset--color--shadcn-primary-lighter: color-mix(
    in oklab,
    #ff591a 90%,
    transparent
  );
  --wp--preset--color--shadcn-primary-foreground: #111111;

  --wp--preset--color--gray-600: #b3a1a1;
  --wp--preset--color--gray-300: #e6dfdf;
  --wp--preset--color--shadcn-border-lighter: #f2eeee;
  --wp--preset--color--shadcn-border: #e6dfdf;
  --wp--preset--color--shadcn-border-darker: #b3a1a1;
  --wp--preset--color--shadcn-input: #e6dfdf;
  --wp--preset--color--shadcn-ring: #ff591a;
}

.editor-styles-wrapper {
  --wp--preset--font-family--body: "Nunito", sans-serif;
  --wp--preset--font-family--google-sans-flex: "Nunito", sans-serif;

  --wp--preset--color--shadcn-primary: #ff591a;
  --wp--preset--color--shadcn-primary-lighter: color-mix(
    in oklab,
    #ff591a 90%,
    transparent
  );
  --wp--preset--color--shadcn-primary-foreground: #111111;

  --wp--preset--color--gray-600: #b3a1a1;
  --wp--preset--color--gray-300: #e6dfdf;
  --wp--preset--color--shadcn-border-lighter: #f2eeee;
  --wp--preset--color--shadcn-border: #e6dfdf;
  --wp--preset--color--shadcn-border-darker: #b3a1a1;
  --wp--preset--color--shadcn-input: #e6dfdf;
  --wp--preset--color--shadcn-ring: #ff591a;
}
