/* --------------------------------------------------------------
   styles.css – Graffiti‑style font for the Arkanoid demo
   -------------------------------------------------------------- */

/* Graffiti City – the font you supplied (OTF format) */
@font-face {
    font-family: 'Graffiti City';
    src: url('assets/Graffiti City.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* No extra CSS rules are required for the canvas – the JavaScript
   sets the font family when drawing text. */