/* Custom Styles */

@font-face {
    font-family: 'Abel';
    src: url({{ 'Abel-Regular.woff2' | asset_url }}) format('woff2'),
    url({{ 'Abel-Regular.woff' | asset_url }}) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Bebas Neue';
    src: url({{ 'BebasNeue.woff2' | asset_url }}) format('woff2'),
    url({{ 'BebasNeue.woff' | asset_url }}) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url({{ 'Hind-Bold.woff2' | asset_url }}) format('woff2'),
    url({{ 'Hind-Bold.woff' | asset_url }}) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url({{ 'Hind-Light.woff2' | asset_url }}) format('woff2'),
    url({{ 'Hind-Light.woff' | asset_url }}) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hind';
    src: url({{ 'Hind-Regular.woff2' | asset_url }}) format('woff2'),
    url({{ 'Hind-Regular.woff' | asset_url }}) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

