/* Arabian Chess GUI Styles */ .root { -fx-font-family: "Comic Sans MS", "Comic Sans", cursive; -fx-background-color: #F3C8A0; } .button { -fx-background-radius: 8; -fx-padding: 8 16 8 16; -fx-font-family: "Comic Sans MS", cursive; -fx-font-size: 12px; -fx-cursor: hand; } .button:hover { -fx-opacity: 0.8; } .label { -fx-font-family: "Comic Sans MS", cursive; } .dialog-pane { -fx-background-color: #F3C8A0; } .dialog-pane .content { -fx-font-family: "Comic Sans MS", cursive; }