
 @font-face {
        font-family: 'Nunito'; /* A name to refer to this font later */
        src: url('https://elexiconenergy.com/assets-web/font/Nunito-Regular.ttf') format('truetype');
        font-weight: 400; /* Define the weight (e.g., normal, bold, or a numerical range like 100 900) */
        font-style: normal;  /* Define the style (e.g., normal, italic, oblique) */
        font-display: swap;  /* Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
    }



 @font-face {
        font-family: 'Nunito'; /* A name to refer to this font later */
        src: url('https://elexiconenergy.com/assets-web/font/Nunito-Bold.ttf') format('truetype');
        font-weight: 700; /* Define the weight (e.g., normal, bold, or a numerical range like 100 900) */
        font-style: normal;  /* Define the style (e.g., normal, italic, oblique) */
        font-display: swap;  /* Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
    }



 @font-face {
        font-family: 'Nunito'; /* A name to refer to this font later */
        src: url('https://elexiconenergy.com/assets-web/font/Nunito-SemiBold.ttf') format('truetype');
        font-weight: 600; /* Define the weight (e.g., normal, bold, or a numerical range like 100 900) */
        font-style: normal;  /* Define the style (e.g., normal, italic, oblique) */
        font-display: swap;  /* Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
    }


 @font-face {
        font-family: 'Nunito'; /* A name to refer to this font later */
        src: url('https://elexiconenergy.com/assets-web/font/Nunito-Medium.ttf') format('truetype');
        font-weight: 500; /* Define the weight (e.g., normal, bold, or a numerical range like 100 900) */
        font-style: normal;  /* Define the style (e.g., normal, italic, oblique) */
        font-display: swap;  /* Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
    }

 @font-face {
        font-family: 'Nunito'; /* A name to refer to this font later */
        src: url('https://elexiconenergy.com/assets-web/font/Nunito-Light.ttf') format('truetype');
        font-weight: 300; /* Define the weight (e.g., normal, bold, or a numerical range like 100 900) */
        font-style: normal;  /* Define the style (e.g., normal, italic, oblique) */
        font-display: swap;  /* Controls how the font loads and displays (e.g., swap, block, fallback, optional) */
    }

 
