/* ============= LOCAL FONTS ============= */
@font-face {
    font-family: 'Sentic';
    src: url('../fonts/SenticDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SenticDisplay-Bold.woff') format('woff'),
        url('../fonts/SenticDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

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

@font-face {
    font-family: 'Sentic';
    src: url('../fonts/SenticText-MediumItalic.woff2') format('woff2'),
        url('../fonts/SenticText-MediumItalic.woff') format('woff'),
        url('../fonts/SenticText-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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


@font-face {
  font-family: "Bentley";
  src: url("../fonts/Bentley-Regular.woff2") format("woff2"),
       url("../fonts/Bentley-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Regular.woff2") format("woff2"),
       url("../fonts/Chillax-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Medium.woff2") format("woff2"),
       url("../fonts/Chillax-Medium.woff") format("woff");
  font-weight: 500;
  font-style:normal;
  font-display: swap;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Semibold.woff2") format("woff2"),
       url("../fonts/Chillax-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Bold.woff2") format("woff2"),
       url("../fonts/Chillax-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
