···2323[data-phx-session], [data-phx-teleported-src] { display: contents }
24242525/* This file is for your main application CSS */
2626+@theme {
2727+ --color-brand-light: #ffa34e;
2828+ --color-brand-dark: #ff4400;
2929+ --font-sans: "Work Sans Variable", ui-sans-serif, system-ui, sans-serif;
3030+}
+1
assets/js/app.js
···19192020// Include phoenix_html to handle method=PUT/DELETE in forms and buttons.
2121import "phoenix_html"
2222+import "@fontsource-variable/work-sans"
2223// Establish Phoenix Socket and LiveView configuration.
2324import {Socket} from "phoenix"
2425import {LiveSocket} from "phoenix_live_view"