@font-face {
  font-family: 'Cairo';
  src: url('/assets/fonts/cairo/Cairo-Regular.woff2') format('woff2'),
       url('/assets/fonts/cairo/Cairo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('/assets/fonts/cairo/Cairo-Medium.woff2') format('woff2'),
       url('/assets/fonts/cairo/Cairo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('/assets/fonts/cairo/Cairo-SemiBold.woff2') format('woff2'),
       url('/assets/fonts/cairo/Cairo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cairo';
  src: url('/assets/fonts/cairo/Cairo-Bold.woff2') format('woff2'),
       url('/assets/fonts/cairo/Cairo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-base: 'Cairo', Arial, sans-serif;
}

html,
body {
  font-family: var(--font-family-base);
}