@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/rj1/inter-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/rj1/inter-latin-italic-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/rj1/playfair-display-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url('/assets/fonts/rj1/playfair-display-latin-italic-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/raleway-latin.woff2') format('woff2');
}

:root {
  --rj1-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-main: 'Inter', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-heading: 'Raleway', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --rj1-navy: #123f6f;
  --rj1-navy-2: #0b2545;
  --rj1-band: linear-gradient(155deg, #163f6f 0%, #0b2545 100%);
  --rj1-blue: #426fc4;
  --rj1-blue-dark: #2f549b;
  --rj1-gold: #e8c537;
  --rj1-gold-deep: #b78a1e;
  --rj1-ink: #22262e;
  --rj1-body: #4a4f57;
  --rj1-cream: #f7f4ef;
}
