@font-face {
  font-family: "GP Roboto";
  src: url("../fonts/roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

:root {
  --gp-site-font: "GP Roboto", "Roboto", Arial, sans-serif;
}

html,
body,
body button,
body input,
body select,
body textarea,
body option,
body optgroup,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body ul,
body ol,
body label,
body div,
body span,
body td,
body th,
body small,
body strong,
body em,
body figcaption,
body blockquote,
body legend,
body summary {
  font-family: var(--gp-site-font) !important;
}

body code,
body pre,
body kbd,
body samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}
