@font-face {
    font-family: 'Laila';
    src: local('Laila Bold'), local('Laila-Bold'),
        url('Laila-Bold.woff2') format('woff2'),
        url('Laila-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Laila';
    src: local('Laila Regular'), local('Laila-Regular'),
        url('Laila-Regular.woff2') format('woff2'),
        url('Laila-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Laila';
    src: local('Laila Medium'), local('Laila-Medium'),
        url('Laila-Medium.woff2') format('woff2'),
        url('Laila-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Laila';
    src: local('Laila SemiBold'), local('Laila-SemiBold'),
        url('Laila-SemiBold.woff2') format('woff2'),
        url('Laila-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

