Zend certified PHP/Magento developer

How to override a .less file from custom theme?

I am using Argento theme for Magento 2 store. Now I would like to change the font to different Google font.

I saw a file located in vendor/swissup/theme-frontend-argento-home/web/css/source/argento_theme/base/_fonts.less, which has the theme fonts.

What it will take to replace this file with my custom font setup?

Just adding a new font to any element will work, but I would like to keep the theme more lightweight.