/* new romie font added to css along with old Yantramanav and got rid of Ivy Presto. Old code is commetned out above -- Jordan
 
@font-face {
  font-family: 'IvyPresto_Display';
  src: url('/cdn/shop/files/IvyPresto_Display_Thin.woff?v=1718710614') format('woff');
  font-weight: 200;
}
 
@font-face {
  font-family: 'IvyPresto_Display';
  src: url('/cdn/shop/files/IvyPresto_Display_Light.woff?v=1718710615') format('woff');
  font-weight: 300;
}
 
@font-face {
  font-family: 'IvyPresto_Display';
  src: url('/cdn/shop/files/IvyPresto_Display_Regular.woff?v=1718710614') format('woff');
  font-weight: 400;
}
*/
 
@font-face {
  font-family: 'Yantramanav';
  src: url('/cdn/shop/files/Yantramanav-Light.woff?v=1718375181') format('woff');
  font-weight: 300;
}
 
@font-face {
  font-family: 'Yantramanav';
  src: url('/cdn/shop/files/Yantramanav-Regular.woff?v=1718371563') format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('/cdn/shop/files/Yantramanav-Medium.woff?v=1718375181') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Yantramanav';
  src: url('/cdn/shop/files/Yantramanav-Bold.woff?v=1718375181') format('woff');
  font-weight: 700;
}
 
 
/* Romie Font Family */
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Light.woff2?v=1744306454') format('woff2');
  font-weight: 300;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Regular.woff2?v=1744303497') format('woff2');
  font-weight: 400;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Medium.woff2?v=1744303604') format('woff2');
  font-weight: 500;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Bold.woff2?v=1744306571') format('woff2');
  font-weight: 700;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Heavy.woff2?v=1744306681') format('woff2');
  font-weight: 800;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Black.woff2?v=1744306638') format('woff2');
  font-weight: 900;
  font-style: normal;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-LightItalic.woff2?v=1744306488') format('woff2');
  font-weight: 300;
  font-style: italic;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-Italic.woff2?v=1744303443') format('woff2');
  font-weight: 400;
  font-style: italic;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-MediumItalic.woff2?v=1744303656') format('woff2');
  font-weight: 500;
  font-style: italic;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-BoldItalic.woff2?v=1744306610') format('woff2');
  font-weight: 700;
  font-style: italic;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-HeavyItalic.woff2?v=1744306706') format('woff2');
  font-weight: 800;
  font-style: italic;
}
 
@font-face {
  font-family: 'Romie';
  src: url('/cdn/shop/files/Romie-BlackItalic.woff2?v=1744306657') format('woff2');
  font-weight: 900;
  font-style: italic;
}
 
 
/* Romie ligatures + stylistic glyphs enabled — Amanda 2026-05-07
   Romie ships with: liga, dlig, calt, case, ss05-ss09, ss11-ss15, ss18-ss20.
   No salt or swsh in this cut. ss01-ss04, ss10, ss16, ss17 don't exist either.
   Turning on all available stylistic sets — disable individual ones below if any look wrong. */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.romie,
[style*="Romie"],
[style*="romie"] {
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-feature-settings:
    "liga" 1, "dlig" 1, "calt" 1, "case" 1,
    "ss05" 1, "ss06" 1, "ss07" 1, "ss08" 1, "ss09" 1,
    "ss11" 1, "ss12" 1, "ss13" 1, "ss14" 1, "ss15" 1,
    "ss18" 1, "ss19" 1, "ss20" 1;