/*
 * Conta Grana — Fonts
 * Display: Montserrat · Body: Inter (Google Fonts)
 * Logo: Presicav Heavy (custom TTF, wordmark only)
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Presicav';
  src: url('../fonts/PresicavHv.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
