"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.components = void 0; const redhatFont = `@font-face { font-family: 'Red Hat Font'; font-style: normal; font-display: swap; font-weight: 400; src: url(/fonts/RedHatText-Regular.woff2) format('woff2'), url(/fonts/RedHatText-Regular.otf) format('opentype'), url(/fonts/RedHatText-Regular.ttf) format('truetype'); }`; exports.components = { MuiCssBaseline: { styleOverrides: redhatFont, }, };