/*
 Theme Name:   YOOtheme LBD
 Template:     yootheme
 Author:       kailey
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-lbd
*/

/*Fonts*/

/*Fonts*/

@font-face {
    font-family: "Tangled Rockaway";
    src:
        url("fonts/TangledRockaway-Regular.woff2") format("woff2"),
        url("fonts/TangledRockaway-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: -0.02em;
}

@font-face {
    font-family: "Dx Nacky";
    src:
        url("fonts/DxNacky-Italic.woff2") format("woff2"),
        url("fonts/DxNacky-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    letter-spacing: -0.05em;
}

@font-face {
    font-family: "NaNTresorS-Regular";
    src:
        url("fonts/NaNTresorS-Regular.woff2") format("woff2"),
        url("fonts/NaNTresorS-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fallback stack for Dx Nacky
   1) First fallback: Google Font 'Instrument Serif' (italic 400).
      Include it in your HTML head if you want this fall back:
      <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@1,400&display=swap" rel="stylesheet">
   2) Suggested serif italic: Georgia (italic)
   3) Generic serif italic
*/
.font-dx-nacky {
    font-family: "Dx Nacky", "Instrument Serif", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.05em;
}

/* Fallback stack for Tangled Rockaway
   1) First fallback: Google Font 'Gloock' (regular 400).
      Include it in your HTML head if you want this fallback:
      <link href="https://fonts.googleapis.com/css2?family=Gloock:wght@400&display=swap" rel="stylesheet">
   2) Times New Roman
   3) Generic serif
*/
.font-tangled-rockaway {
    font-family: "Tangled Rockaway", "Gloock", "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 90%;
}

/* Fallback stack for NaNTresorS-Regular
   1) First fallback: Google Font 'Lexend Deca' (wght 500).
      Include it in your HTML head if you want this fallback:
      <link href="https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap" rel="stylesheet">
   2) Arial
   3) Generic sans-serif
*/
.font-nantresors {
    font-family: "NaNTresorS-Regular", "Lexend Deca", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
