/*
Theme Name:  Riviera Attire 4.9.7
Theme URI:   https://rivieraattire.com
Author:      Textile4Fashion
Description: Riviera Attire SS26 — Built to Mix. Meant to Last.
Version:     4.9.7
License:     Private
Text Domain: riviera-attire
*/

:root {
  --ink:    #1A1A1A;
  --white:  #ffffff;
  --light:  #aaaaaa;
  --border: #e8e8e8;
  --font-d: 'Cormorant Garamond', Georgia, serif;
  --font-u: 'Outfit', 'Helvetica Neue', sans-serif;
  --nav-h:  44px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-u); font-weight: 300; color: var(--ink); background: var(--white); line-height: 1.7; overflow-x: hidden; }
img  { display: block; max-width: 100%; height: auto; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
