/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

 /* Fuente Marion Regular personalizada */
@font-face {
  font-family: 'Marion';
  src: url('https://saranuno.github.io/fonts/Marion.woff2') format('woff2'),
       url('https://saranuno.github.io/fonts/Marion.woff') format('woff'),
       url('https://saranuno.github.io/fonts/Marion.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Fuente Marion Bold personalizada */
@font-face {
  font-family: 'Marion';
  src: url('https://saranuno.github.io/fonts/Marion-Bold.woff2') format('woff2'),
       url('https://saranuno.github.io/fonts/Marion-Bold.woff') format('woff'),
       url('https://saranuno.github.io/fonts/Marion-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Fuente Marion Italic personalizada */
@font-face {
  font-family: 'Marion';
  src: url('https://saranuno.github.io/fonts/Marion-Italic.woff2') format('woff2'),
       url('https://saranuno.github.io/fonts/Marion-Italic.woff') format('woff'),
       url('https://saranuno.github.io/fonts/Marion-Italic.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

/* Fuente Dellarosa Regular personalizada */
@font-face {
  font-family: 'Dellarosa';
  src: url('https://saranuno.github.io/fonts/Dellarosa-Regular.woff2') format('woff2'),
       url('https://saranuno.github.io/fonts/Dellarosa-Regular.woff') format('woff'),
       url('https://saranuno.github.io/fonts/Dellarosa-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

