Pq escrever a de 3 jeitos diferentes a importação da fonte? não é redundante?
const EstilosGlobais = createGlobalStyle` @font-face { font-family: 'GandhiSansRegular'; src: local('Gandhi Sans Regular'), local('GandhiSansRegular'), url(${GandhiSansRegular}); } @font-face { font-family: 'GandhiSansBold'; src: local('Gandhi Sans Bold'), local('GandhiSansBold'), url(${GandhiSansBold}); }