/* Fonts */
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --uffizio-font-heading: 'Antonio', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  --uffizio-font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --uffizio-color-primary: #0b2d5d;
  --uffizio-color-accent: #0057ff;

  --uffizio-text-primary: #0E0E0E;
  --uffizio-text-secondary: #484848;
  --uffizio-text-white: #fff;
  --uffizio-text-footer: #C2C2CA;
  --uffizio-bg-light: #F0F3FB;

  --uffizio-color-border: #ddd;
  --desktop-padding-top: 100px;
  --desktop-padding-bottom: 100px;
  --mobile-padding-top: 50px;
  --mobile-padding-bottom: 50px;
}