/* The two brand faces, served from the theme itself — no request to a
   font service, so no visitor data leaves the site to fetch type.
   Archivo ships as the four static weights in use; Manrope as one
   variable file covering every weight. Licences: ../fonts/*-OFL.txt */
@font-face{font-family:'Archivo';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/Archivo-Regular.ttf') format('truetype')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:500;font-display:swap;
  src:url('../fonts/Archivo-Medium.ttf') format('truetype')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:600;font-display:swap;
  src:url('../fonts/Archivo-SemiBold.ttf') format('truetype')}
@font-face{font-family:'Archivo';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/Archivo-Bold.ttf') format('truetype')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:200 800;font-display:swap;
  src:url('../fonts/Manrope-Variable.ttf') format('truetype')}
