/* Euclid Circular B Fonts */
@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Euclid Circular B';
  src: url('../fonts/Euclid Circular B Bold Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Global Body Font */
body {
  font-family: 'Raleway', sans-serif;
}

/* Specific Font Classes as per Report */
.font-euclid {
  font-family: 'Euclid Circular B', sans-serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}