
      @font-face {
    font-family: 'RATIONALSans';
    src:  url('./font/rationalsansweb-light-woff.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
    font-family: 'RATIONALSans';
    src: url('./font/rationalsansweb-regular-woff.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'RATIONALSans';
    src: url('./font/rationalsansweb-bold-woff.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'raticons';
	src:url('./font/raticons-v2-woff.woff') format('woff');

	font-weight: normal;
	font-style: normal;
	font-display: block;
}
      
      body {
        margin: 0;
        height: 100vh;
        font-family: Arial, sans-serif;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
      }
      p {
        color: #333;
        font-family: "RATIONALSans", sans-serif;
        font-size: 16px;
        letter-spacing: unset;
        line-height: 1.6;
      }
      cms-footer {
        margin-top: auto;
        bottom: 0;
        width: 100%;
      }
      #content {
        max-width: 1440px;
        margin: 0 auto;
      }
      #page-placed-content.no-inpage-nav  {
        padding: 50px 24px;
      }