@font-face {
    font-family: 'Quicksand';
    src: local('Quicksand-Medium'), local('Quicksand-Medium'),
        url('Quicksand-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: local('Quicksand-Bold'), local('Quicksand-Bold'),
        url('Quicksand-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* @font-face {
    font-family: 'F37Jagger';
    src: local('F37Jagger Regular'), local('F37Jagger-Regular'),
        url('F37Jagger/Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'F37Jagger';
    src: local('F37Jagger Thin'), local('F37Jagger-Thin'), url('F37Jagger/Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'F37Jagger';
    src: local('F37Jagger Bold'), local('F37Jagger-Bold'), url('F37Jagger/Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'F37Jagger';
    src: local('F37Jagger Medium'), local('F37Jagger-Medium'),
        url('F37Jagger/Regular.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansArmenian';
    src: local('NotoSansArmenian Light'), local('NotoSansArmenian-Light'),
    url('NotoSansArmenian/Light.ttf') format('opentype');
    font-weight: 300;
    font-style: normal;
} */
