@font-face {
    font-family: 'hind';
    src: url('../fonts/fonts/hind-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/hind-regular-webfont.woff') format('woff'),
         url('../fonts/fonts/hind-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hind';
    src: url('../fonts/fonts/hind-light-webfont.woff2') format('woff2'),
         url('../fonts/fonts/hind-light-webfont.woff') format('woff'),
         url('../fonts/fonts/hind-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hind';
    src: url('../fonts/fonts/hind-bold-webfont.woff2') format('woff2'),
         url('../fonts/fonts/hind-bold-webfont.woff') format('woff'),
         url('../fonts/fonts/hind-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/fonts/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/fonts/montserrat-extrabold-webfont.woff') format('woff'),
         url('../fonts/fonts/montserrat-extrabold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
