/* All styles are managed globally via footballfix.co.nz/cloud/spawtz.css. Below are the customisable variables for this site. */

:root {
  --primary-color: #ff003d;
  --secondary-color: #d40033;
  --bg-color: #ffeef3;
  --text-color: #000;
  --button-color: #fafafa;
  --button-border: 1px solid #ccc;
  --button-text: #000;
  --button-padding: 8px 12px;
  --radius: 5px;
  --transition: 0.3s;
}