/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
body{
    margin: 0
}

/* --- LAS 8 FUENTES PARA LA BODA --- */

/* 1. Amoresa (La principal para nombres) */
@font-face {
  font-family: 'Amoresa';
  src: url('Andrey Sharonov - Amoresa Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* 2. Clash Display (Moderna para títulos) */
@font-face {
  font-family: 'ClashDisplay';
  src: url('ClashDisplay-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* 3. Georgia Regular (Clásica con serifa) */
@font-face {
  font-family: 'Georgia';
  src: url('Georgia.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 4. Georgia Italic (Elegante para frases o citas) */
@font-face {
  font-family: 'Georgia-Italic';
  src: url('Georgiai.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

/* 5. Monbaiti (Estilo exótico/tradicional) */
@font-face {
  font-family: 'Monbaiti';
  src: url('Monbaiti.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 6. Montserrat Regular (Para párrafos largos) */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 7. Montserrat Medium (Para resaltar datos como la fecha) */
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* 8. Montserrat SemiBold (Para botones o etiquetas importantes) */
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh;
  /* Evita que se pueda scrollear en móviles también */
  touch-action: none; 
}

/*# sourceMappingURL=styles.css.map*/