Why aren't Adobe Fonts appearing on my password page?

I’ve managed to set up the Adobe Font I want in my store but on my password page (coming soon page) the fonts won’t change no matter what I try to play around with. My url is http://oneiriaherbals.com.au

  1. In the code editor, locate and open the theme’s main CSS file. It is typically named theme.scss.liquid or theme.css.liquid. If your theme uses a different file structure, you may need to consult your theme’s documentation or contact the theme developer for guidance.

  2. Search for the CSS selector that targets the password page. It might be something like .template-password. If you can’t find an explicit selector for the password page, look for the specific CSS rules that affect the font on the password page.

.template-password {
  font-family: "Your-Adobe-Font-Name", sans-serif;
}