/* Rooftop Regular (400) */
@font-face {
  font-family: 'Rooftop';
  src: url('Rooftop -Regular-Web.woff2') format('woff2'),
    url('Rooftop -Regular-Web.woff') format('woff'),
    url('Rooftop -Regular-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}

/* Rooftop Bold (700) */
@font-face {
  font-family: 'Rooftop';
  src: url('Rooftop -Bold-Web.woff2') format('woff2'),
    url('Rooftop -Bold-Web.woff') format('woff'),
    url('Rooftop -Bold-Web.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
