/*
Theme Name: halalfest
Theme URI: https://42works.net
Author: 42Works
Author URI: https://42works.net
Requires at least: WordPress 4.9.6
Version: 1.4
Text Domain: halalfest
*/

@font-face {
    font-family: 'Brightons';
    src: url('fonts/BrightonsRegular/BrightonsRegular.woff2') format('woff2'),
        url('fonts/BrightonsRegular/BrightonsRegular.woff') format('woff'),
        url('fonts/BrightonsRegular/BrightonsRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans/NotoSans-Regular.woff2') format('woff2'),
        url('fonts/NotoSans/NotoSans-Regular.woff') format('woff'),
        url('fonts/NotoSans/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans/NotoSans-Bold.woff2') format('woff2'),
        url('fonts/NotoSans/NotoSans-Bold.woff') format('woff'),
        url('fonts/NotoSans/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans/NotoSans-Medium.woff2') format('woff2'),
        url('fonts/NotoSans/NotoSans-Medium.woff') format('woff'),
        url('fonts/NotoSans/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans/NotoSans-SemiBold.woff2') format('woff2'),
        url('fonts/NotoSans/NotoSans-SemiBold.woff') format('woff'),
        url('fonts/NotoSans/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



