        @import url('https://fonts.upset.dev/css2?family=DM+Serif+Display:ital@0;1&family=Gabarito:wght@400..900&family=Lexend:wght@100..900&display=swap');

        * {
	font-smooth: never;
    	scrollbar-width: thin;
    	scrollbar-color: #000 #FFF;
	font-family: "Gabarito", serif;
	}
        .container {
        margin: auto;
        width: 80%;
        }
        .row {
        display: flex;
        flex-wrap: wrap;
        }
        .row:after {
        content: "";
        display: table;
        clear: both;
        }
        .column1 {
        background-color: transparent;
        flex: 1;
        }
        .column2 {
        background-color: transparent;
        flex: 3;
        }
        .column1 svg {
          width: 8px;
        }
        .column2 h2 {
	padding: 10px;
        }
	.column2 h3, .column2 h4, .column2 h5 {
          padding-left: 10px;
          font-family: "DM Serif Display", serif;
	  font-weight: 400;
	  font-size: 1.8rem;
	  margin-bottom: 0;
	}
        .column2 p {
          padding-left: 10px;
          padding-right: 10px;
          font-family: "Lexend", serif;
          font-optical-sizing: auto;
          font-weight: 300;
          font-style: normal;
          font-size: 1.3rem;
          line-height: 1.8rem;
          }
	.column2 blockquote, .column2 ul li, .column2 table {
	  font-family: "Lexend", serif;
          font-weight: 200;
	  font-size: 1.2rem;
          line-height: 1.5rem;
	}
        path { fill: currentColor; }
          
                nav ul {
                list-style-type: none;
                padding: 0;
                font-family: "Gabarito", serif;
                font-weight: 400;
                font-style: normal;
                font-size: 1.5rem;
                }
                nav ul li {
                position: relative;
                margin: 3px;
                }
                nav ul li a {
                display: block;
                padding: 8px;
                background-color: transparent;
                color: #5C5346;
                text-decoration: none;
                }
                nav ul li a:hover {
                background-color: transparent;
		color: #18206F;
                }
                .dropdown-content {
                display: none;
                background-color: transparent;
                min-width: 120px;
                }
                .dropdown-content a {
                color: #5C5346;
                padding: 8px;
                text-decoration: none;
                display: block;
                font-size: 1.2rem;
                }
                .dropdown-content a:hover {
                background-color: transparent;
                color: #18206F;
                }
                .dropdown-content.show {
                display: block;
                position: relative;
                }
                .dropdown .dropbtn {
                cursor: pointer;
                }
                .dropdown .dropbtn:focus + .dropdown-content {
                display: block;
                position: relative;
                }
                h1 {
                font-size: 3rem;
                width: 100%;
                text-align: center;
                font-family: "DM Serif Display", serif;
                font-weight: 500;
                padding: 0px;
                margin: 0;
                }
                h1 a {
                color: #18206F;
                text-decoration: none;
                }
                h1 a:hover {
                color: #3B459E;
                }
                h2 {
                  font-family: "DM Serif Display", serif;
                  font-weight: 600;
                  letter-spacing: 1px;
                  font-size: 2rem;
                  line-height: 1rem;
                  padding-bottom: 0px;
                  margin-bottom: 0px;
                }
                #footer {
                display: block;
                width: 100%;
                text-align: center;
                font-family: "Lexend", serif;
                font-weight: 200;
                }
                #footer a:hover {
                  color: black;
                  text-decoration: none;
                }
        @media screen and (max-width: 600px) {
            .column1 {
            width: 100%;
            flex: auto;
            }
            .column2 {
            width: 100%;
            flex: auto;
            }
            nav ul li a {
                width: 95%;
               }
        } 

.rev { unicode-bidi: bidi-override; direction: rtl; }
.obem { position: absolute; display:inline-block; z-index: -1; width: 0px; height: 0px; overflow: hidden; };
