/* =========================
   SATOSHI FONT LOAD
========================= */

@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/satoshi/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/satoshi/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/satoshi/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/satoshi/Satoshi-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../../fonts/satoshi/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* =========================
   BOOTSTRAP FONT OVERRIDE
========================= */

:root{
 --bs-body-font-family:'Satoshi',sans-serif;
}

/* =========================
   GLOBAL FONT
========================= */

body{
 font-family:'Satoshi',sans-serif !important;
}

h1,h2,h3,h4,h5,h6{
 font-family:'Satoshi',sans-serif;
}