/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

@font-face {
     font-family: 'URWDIN light';
     src: local('URWDIN light'),
         url('/wp-content/uploads/2022/11/URWDIN-Light.woff2') format('woff2'),
         url('/wp-content/uploads/2022/11/URWDIN-Light.woff') format('woff'),
         url('/wp-content/uploads/2022/11/URWDIN-Light.ttf') format('ttf'),
      /*   url('/wp-content/uploads/2022/11/Roboto-Light.svg') format('svg'); */
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}

@font-face {
     font-family: 'URWDIN regular';
     src: local('URWDIN regular'),
         url('/wp-content/uploads/2022/11/URWDIN-Regular.woff2') format('woff2'),
         url('/wp-content/uploads/2022/11/URWDIN-Regular.woff') format('woff'),
         url('/wp-content/uploads/2022/11/URWDIN-Regular.ttf') format('ttf'),
      /*   url('/wp-content/uploads/2022/11/Roboto-Regular.svg') format('svg'); */
     font-weight: 400;
     font-style: normal;
}

@font-face {
     font-family: 'URWDIN bold';
     src: local('URWDIN bold'),
         url('/wp-content/uploads/2022/11/URWDIN-Bold.woff2') format('woff2'),
         url('/wp-content/uploads/2022/11/URWDIN-Bold.woff') format('woff'),
         url('/wp-content/uploads/2022/11/URWDIN-Bold.ttf') format('ttf'),
      /*   url('/wp-content/uploads/2022/11/Roboto-Bold.svg') format('svg'); */
     font-weight: 700;
     font-style: normal;
}
