I'm trying to make a beamer presentation with overleaf, however Hebrew letters are missing from the output:
\documentclass[
11pt, % Set the default font size, options include: 8pt, 9pt, 10pt, 11pt, 12pt, 14pt, 17pt, 20pt
%t, % Uncomment to vertically align all slide content to the top of the slide, rather than the default centered
%aspectratio=169, % Uncomment to set the aspect ratio to a 16:9 ratio which matches the aspect ratio of 1080p and 4K screens and projectors
]{beamer}
\graphicspath{{Images/}{./}}
\usepackage{booktabs}
\usetheme{Madrid}
\usefonttheme{default}
\usepackage{palatino}
\usepackage[default]{opensans}
\useinnertheme{circles}
\usepackage[hebrew,english]{babel}
\selectlanguage{hebrew}
\title{פרויקט}
\subtitle{שם }
\author[שם המגיש]{שם המגיש}
\institute{אוניברסיטה}
\date[\today]{תורת החרטוטיות \ \today}
\begin{document}
\end{document}
P.S This is my compiler settings:


palatinoandopensanspackages is unlikely to work, you can read https://tex.stackexchange.com/questions/202194/babel-for-hebrew to find a number of approaches for Hebrew. – Marijn Jan 12 '23 at 15:35\babelfont{rm}{DejaVu Serif} \babelfont{sf}{DejaVu Sans} \babelfont{tt}{DejaVu Sans Mono}`
– Marijn Jan 12 '23 at 15:48