@font-face {
    font-family: 'Montserrat';
    src: url('{{ 'Montserrat-Thin.woff2' | file_url }}') format('woff2'),
        url('{{ 'Montserrat-Thin.woff' | file_url }}') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

