/* those fonts are used with tailwind config file */ /* SemanaSans-Regular */ @font-face { font-family: "SemanaSans"; src: url(../../fonts/semana/SemanaSans-Regular.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } /* SemanaSans-Medium */ @font-face { font-family: "SemanaSans"; src: url(../../fonts/semana/SemanaSans-Medium.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } /* SemanaSans */ @font-face { font-family: "SemanaSans"; src: url(../../fonts/semana/SemanaSans-Bold.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } /* SemanaSerif-Regular */ @font-face { font-family: "SemanaSerif"; src: url(../../fonts/semana/SemanaSerif-Regular.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } /* SemanaSerif-RegularItalic */ @font-face { font-family: "SemanaSerif"; src: url(../../fonts/semana/SemanaSerif-RegularItalic.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 400; font-style: italic; font-display: swap; } /* SemanaSerif-Bold */ @font-face { font-family: "SemanaSerif"; src: url(../../fonts/semana/SemanaSerif-Bold.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } /* SemanaSerif-BoldItalic */ @font-face { font-family: "SemanaSerif"; src: url(../../fonts/semana/SemanaSerif-BoldItalic.woff2?d=7737&mxId=00000000) format("woff2"); font-weight: 700; font-style: italic; font-display: swap; }

/* twitter centered */
.twitter-tweet.twitter-tweet-rendered { margin-left: auto; margin-right: auto; }