@import url("./font-faces.css");

/* Existing styles */
/* .ql-font-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.ql-font-monospace {
  font-family: Monaco, "Courier New", Courier, monospace;
}

.ql-font-comic-sans-ms {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
} */

/* New font styles */
/* .ql-font-google-sans {
  font-family: "Google Sans", Arial, sans-serif;
}

.ql-font-clarendon-no-1-std-bold-expanded {
  font-family: "Clarendon No 1 Std Bold Expanded", "Clarendon", serif;
}

.ql-font-bank-gothic-std-light {
  font-family: "Bank Gothic Std Light", "Bank Gothic", sans-serif;
}

.ql-font-bankgothic-md-bt {
  font-family: "BankGothic Md BT", sans-serif;
}

.ql-font-burnstown-dam {
  font-family: "Burnstown Dam", cursive;
}

.ql-font-clarendon-lt-std {
  font-family: "Clarendon LT Std", serif;
}

.ql-font-product-sans {
  font-family: "Product Sans", sans-serif;
}

.ql-font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.ql-font-roboto {
  font-family: "Roboto", sans-serif;
}

.ql-font-walt-disney-script {
  font-family: "Walt Disney Script", cursive;
} */

/* Quill Font Picker Styles */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: attr(data-value) !important;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="sans-serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="sans-serif"]::before {
  font-family: "Arial", sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: "Times New Roman", serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: "Courier New", monospace;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="comic-sans-ms"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="comic-sans-ms"]::before {
  font-family: "Comic Sans MS", cursive;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="google-sans"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="google-sans"]::before {
  font-family: "Product Sans", "Google Sans", sans-serif;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="clarendon-no-1-std-bold-expanded"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="clarendon-no-1-std-bold-expanded"]::before {
  font-family: "Clarendon No 1 Std Bold Expanded", "Clarendon LT Std", serif;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="bank-gothic-std-light"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="bank-gothic-std-light"]::before {
  font-family: "Bank Gothic Std Light", "BankGothic Md BT", sans-serif;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="bankgothic-md-bt"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="bankgothic-md-bt"]::before {
  font-family: "BankGothic Md BT", sans-serif;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="burnstown-dam"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="burnstown-dam"]::before {
  font-family: "Burnstown Dam", cursive;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="clarendon-lt-std"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="clarendon-lt-std"]::before {
  font-family: "Clarendon LT Std", serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="product-sans"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="product-sans"]::before {
  font-family: "Product Sans", sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="montserrat"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="montserrat"]::before {
  font-family: "Montserrat", sans-serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="roboto"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="roboto"]::before {
  font-family: "Roboto", sans-serif;
}

.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-value="walt-disney-script"]::before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-value="walt-disney-script"]::before {
  font-family: "Walt Disney Script", cursive;
}

/* Quill Font Classes */
.ql-font-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.ql-font-monospace {
  font-family: Monaco, "Courier New", Courier, monospace;
}

.ql-font-comic-sans-ms {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}

.ql-font-google-sans {
  font-family: "Product Sans", "Google Sans", Arial, sans-serif;
}

.ql-font-clarendon-no-1-std-bold-expanded {
  font-family: "Clarendon No 1 Std Bold Expanded", "Clarendon LT Std",
    "Clarendon", serif;
}

.ql-font-bank-gothic-std-light {
  font-family: "Bank Gothic Std Light", "BankGothic Md BT", "Bank Gothic",
    sans-serif;
}

.ql-font-bankgothic-md-bt {
  font-family: "BankGothic Md BT", sans-serif;
}

.ql-font-burnstown-dam {
  font-family: "Burnstown Dam", cursive;
}

.ql-font-clarendon-lt-std {
  font-family: "Clarendon LT Std", serif;
}

.ql-font-product-sans {
  font-family: "Product Sans", sans-serif;
}

.ql-font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.ql-font-roboto {
  font-family: "Roboto", sans-serif;
}

.ql-font-walt-disney-script {
  font-family: "Walt Disney Script", cursive;
}
