/*@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
@font-face {
  font-family: "GeorgiaPro";
  src: url("GeorgiaPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("GeorgiaPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("GeorgiaPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "GeorgiaPro";
  src: url("GeorgiaPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

body, td, input, textarea, select {
font-family: 'GeorgiaPro', serif;
}*/


body, td, input, textarea, select {
font-family: "Montserrat", sans-serif;
}