/**
  |============================
  | include css partials with
  | default @import url()
  |============================
*/
@import url('./reset.css');
@import url('./header.css');
@import url('./navigation.css');
@import url('./footer.css');
@import url('./franshize.css');
@import url('./curses.css');
@import url('./centres.css');
@import url('./about.css');
:root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color: #242424;
  background-color: rgba(255, 255, 255, 0.87);

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /* Colors */

  --nav-color: #4D708F;

  /* Fonts */
 
  --title-text:600 12px/100% 'Gilroy', sans-serif;
  --base-text:400 12px/100% 'Raleway', sans-serif;
}

.titles{
  font-family:'Gilroy', sans-serif; ;

}
.base{
  font-family:'Raleway', sans-serif; ;

}



body{
  background: linear-gradient(180deg, rgba(170, 205, 218, 1) 0%, rgba(164, 200, 214, 1) 13.24%, rgba(148, 187, 204, 1) 30.51%, rgba(121, 164, 187, 1) 50.01%, rgba(83, 133, 163, 1) 71.16%, rgba(36, 94, 132, 1) 93.38%, rgba(20, 81, 122, 1) 100%);
position: relative;
 margin: 0;
 width: 100%;

}




.page-container {
  padding-top: 148px;
  padding-bottom: 120px;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'), local('Gilroy-Semibold'),
    url('../fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style:normal;
  font-display: swap;
}

font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'), local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'), local('Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy'), local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway-Regular'),
    url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway-Medium'),
    url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway--Semibold'),
    url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: local('Raleway'), local('Raleway-Bold'),
    url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}