/* GENERATED — do not edit.
 * Source: app/src/constants/colors.ts and app/src/components/ScrabbleTileButton.tsx
 * Regenerate: node server/scripts/gen-theme-css.mjs
 *
 * The landing page cannot import the app's React Native components, so it
 * reuses their values instead. Editing this file by hand will be overwritten.
 */
:root {
  --c-points: #FF4F8B;
  --c-mult: #33FFAC;
  --c-mult-on-light: #07734a;
  --c-gold: #E8B04A;
  --c-gold-on-light: #7d5a0d;
  --c-crossword: #8BEA63;
  --c-extension: #49C6FF;
  --c-anchor: #FF9A57;
  --c-coinflip: #FF6BAA;
  --c-chance: #B79CFF;
  --c-debuff: #D85B6A;
  --c-retrigger: #F4F4F2;
  --c-parchment: #f4ead0;
  --c-parchment-border: #c89a2c;
  --c-parchment-bottom: #9a8048;
  --c-dark-surface: #0f0c12;

  /* ScrabbleTileButton "blue" */
  --btn-blue-bg: #2e7ba8;
  --btn-blue-top: #49c6ff;
  --btn-blue-edge: #173f5e;
  --btn-blue-text: #e8f6ff;

  /* ScrabbleTileButton "green" */
  --btn-green-bg: #2e9e63;
  --btn-green-top: #4fd48d;
  --btn-green-edge: #186b40;
  --btn-green-text: #eafbf0;

  /* ScrabbleTileButton "grey" */
  --btn-grey-bg: #525a6b;
  --btn-grey-top: #7c879e;
  --btn-grey-edge: #2b303b;
  --btn-grey-text: #dde4f0;

  /* ScrabbleTileButton "orange" */
  --btn-orange-bg: #c87818;
  --btn-orange-top: #e8a030;
  --btn-orange-edge: #804808;
  --btn-orange-text: #fff8e0;

  /* ScrabbleTileButton "default" */
  --btn-default-bg: #dcc07a;
  --btn-default-top: #f5e2b8;
  --btn-default-edge: #9a8048;
  --btn-default-text: #2c2416;
}
