<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ElegantWriting
Theme URI: 
Author: ThemeEverest
Author URI: 
Description: ElegantWriting is a Mobile App Landing Page, ElegantWriting Showcase Template for online professional/creative person who wants to showcase their app details on the internet in the modern way. Itâ€™s a fresh and clean design. Itâ€™s a 100% bootstrap responsive design and compatible with all major browsers, tablets and phones.
Version: 100.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elegantwriting
Tags: one-column, portfolio, custom-background, footer-widgets, full-width-template, custom-logo, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, news

*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Logo
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/***
====================================================================
## Start CSS
====================================================================
***/

body {
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background-color: #eee;
    /* Fallback for when there is no custom background color defined. */
}


/**
 * Typography
 * -------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/**
 * Links
 * -------------------------------------------------------------
 */

a {
    background-color: transparent;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
    text-decoration: none;
    color: #333;
}

a:hover,
a:active {
    color: #9A6400;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


/**
 * Elements
 * -------------------------------------------------------------
 */

.clr {
    clear: both;
}


/***
====================================================================
## Header
====================================================================
***/

.site-header {
    background-position: center;
    background-size: cover;
}

.header-container {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 100px 0;
}

.header-content {
    float: left;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.site-branding {
    display: inline-block;
    background: #eee;
    padding: 40px 30px;
}

@media (max-width: 768px) {
    .site-branding {
        padding: 20px;
    }
}

.site-logo {
    line-height: 0;
}

.site-logo img {
    max-width: 100%;
}


/***
====================================================================
## Site Navigation
====================================================================
***/

nav#site-navigation {
    clear: both;
    /*float: left;*/
    display: block;
    width: 100%;
    background: #d5d5d5;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    -webkit-backface-visibility: hidden;
    z-index: 99999;
}

.top-nav {
    display: block;
    position: relative;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
}


/**
 * Primary Menu
 * -------------------------------------------------------------
 */

#primary-menu li {
    display: inline-block;
}

#primary-menu li:not(.last) {
    margin-right: 20px;
}

#primary-menu li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

#primary-menu li.current-menu-item a,
#primary-menu li a:hover,
#primary-menu li:hover a {
    color: #fab526;
}


/**
 * Top Social
 * -------------------------------------------------------------
 */

#top-social {
    position: absolute;
    top: 0;
    right: 0;
}

#top-social a:not(:last-child) {
    margin-right: 5px;
}

#top-social a {
    display: inline-block;
    font-size: 14px;
    color: #a5a5a5;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

#top-social a:hover {
    color: #fab526;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}


/**
 * Responsive
 * -------------------------------------------------------------
 */

@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    nav#site-navigation {
        position: relative;
    }
    button.menu-toggle {
        background: transparent;
        border: none;
        padding: 0;
    }
    .m_menu_icon {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #a5a5a5;
    }
    .menu-toggle .m_menu_icon+.m_menu_icon {
        margin-top: 4px;
    }
    #primary-menu {
        width: 100%;
        background: #151515;
        padding: 40px 15px 20px;
    }
    #primary-menu li {
        float: none;
        display: block;
        margin: 0;
        padding: 10px 0 10px 0;
        border-bottom: solid 1px rgb(255 255 255 / 10%);
    }
    #primary-menu li.last {
        border-bottom: none;
    }
    #primary-menu li:not(.last) {
        margin-right: 0;
    }
    #primary-menu li a {
        font-size: 16px;
        font-weight: normal;
        color: #fff;
    }
    #primary-menu li.current-menu-item a,
    #primary-menu li a:hover,
    #primary-menu li:hover a {
        color: #fab526;
    }
    #top-social {
        line-height: 15px;
    }
}


/***
====================================================================
## Main Content
====================================================================
***/

.site-content {
    padding: 40px 0;
}

.home .site-content {}

.single .site-content {}

#primary {}

.home #primary {}

.single #primary {}

.site-main {}

.home .site-main {}

.single .site-main {}

main.full-width {
    width: 100% !important;
    margin-right: 0 !important;
}

main#main {
    float: left;
    width: 740px;
    margin-right: 30px;
}

@media (max-width: 1100px) {
    main#main {
        width: 69.23077%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    main#main {
        width: 69.23077%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    main#main {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    main#main {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}


/***
====================================================================
## Keyword
====================================================================
***/

.wp-block-textwidget {
    margin-bottom: 3em;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.wp-block-text {}

.wp-block-text p {
    margin: 0;
    padding: 0;
}


/***
====================================================================
## Categories
====================================================================
***/

article.type-post {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
}

article.type-post .blog-feed-post-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

article.type-post .blog-feed-entry-thumb {
    position: relative;
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

article.type-post .blog-feed-entry-thumb img {
    object-fit: cover;
    width: 100%;
    height: 350px;
}

article.type-post .blog-feed-thumbnail-entry-content {
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 2em;
}

@media screen and (max-width: 767px) {
    article.type-post .blog-feed-thumbnail-entry-content {
        padding: 1em;
    }
}

article.type-post .blog-feed-thumbnail-entry-content h2.entry-title {}

article.type-post .blog-feed-thumbnail-entry-content .text {}

article.type-post .blog-feed-thumbnail-entry-content .text p {
    margin: 0;
}


/***
====================================================================
## Post
====================================================================
***/

.blog-feed-post {}

.blog article.post {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
    .blog article.post {
        width: 48%;
    }
    .blog article.post:nth-child(2n+2) {
        float: right;
    }
}

.blog article.post .blog-feed-post-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.blog article.post .blog-feed-entry-thumb {
    float: left;
    position: relative;
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

.blog article.post .blog-feed-entry-thumb img {
    object-fit: cover;
    width: 100%;
}

.blog article.post .blog-feed-thumbnail-entry-content {
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 2em;
}

@media screen and (max-width: 767px) {
    .blog article.post .blog-feed-thumbnail-entry-content {
        padding: 1em;
    }
}

.blog article.post .blog-feed-thumbnail-entry-content h3.entry-title {}

.blog article.post .blog-feed-thumbnail-entry-content h3.entry-title a {
    color: #333;
}

.blog article.post .blog-feed-thumbnail-entry-content .text {}

.blog article.post .blog-feed-thumbnail-entry-content .text p {}

.blog article.post .blog-feed-thumbnail-entry-content .readmore-btn-wrapper {
    display: block;
    margin-top: 20px;
}

a.readmore-btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background: none;
    border: solid 2px #fab526;
    border-radius: 30px;
    padding: 10px 20px;
}

a.readmore-btn:hover,
.blog article.post .blog-feed-post-wrapper:hover a.readmore-btn {
    color: #fff;
    background: #fab526;
}


/***
====================================================================
## Content Three
====================================================================
***/

article.has-post-thumbnail {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 3em;
}

article.has-post-thumbnail .blog-feed-post-wrapper {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

article.has-post-thumbnail .blog-feed-entry-thumb {
    position: relative;
    max-width: 100%;
    width: 100%;
    line-height: 0;
}

article.has-post-thumbnail .blog-feed-entry-thumb img {
    object-fit: cover;
    width: 100%;
}

article.has-post-thumbnail .blog-feed-thumbnail-entry-content {
    float: left;
    max-width: 100%;
    width: 100%;
    padding: 2em;
}

@media screen and (max-width: 767px) {
    article.has-post-thumbnail .blog-feed-thumbnail-entry-content {
        padding: 1em;
    }
}

article.has-post-thumbnail .blog-feed-thumbnail-entry-content h2.entry-title {
    font-weight: normal;
}

article.has-post-thumbnail .blog-feed-thumbnail-entry-content .text {}

article.has-post-thumbnail .blog-feed-thumbnail-entry-content .text h3.entry-title {}

article.has-post-thumbnail .blog-feed-thumbnail-entry-content .text p {}


/***
====================================================================
## Single Post
====================================================================
***/

.single-post article.post {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.single-post .entry-thumb {
    line-height: 0;
    margin-bottom: 20px;
}

.single-post .entry-thumb img {
    object-fit: cover;
    width: 100%;
    height: 450px;
}

.single-post .entry-content {
    padding: 0 2em 2em;
}

@media screen and (max-width: 767px) {
    .single-post .entry-content {
        padding: 0 1em 1em;
    }
    .single-post .entry-thumb img {
        height: auto;
    }
}

.single-post .entry-header {
    text-align: center;
    margin-bottom: 20px;
}

.single-post .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single-post .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.single-post .entry-content p {}


/***
====================================================================
## Footer
====================================================================
***/

.site-footer {
    padding: 40px 0;
    background: #d5d5d5;
}


/**
 * Footer Widgets
 * -------------------------------------------------------------
 */

.footer-widgets-wrapper {
    width: 100%;
}

.footer-widgets-wrapper .container {}

@media only screen and (min-width: 768px) {
    .footer-widgets-wrapper .container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

.footer-widget-single {
    float: left;
    max-width: 100%;
    width: 100%;
    /*margin: 0 4%;*/
}

@media screen and (max-width: 767px) {
    .footer-widget-single {
        /*max-width: 100%;
        margin: 0;*/
    }
    .footer-widget-single:not(.footer-widget-last) {
        margin-bottom: 3rem;
    }
}

.footer-widgets {
    float: left;
    width: 100%;
}

.footer-widgets h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #d5d5d5;
}

.footer-widgets h3 a {
    color: #fff;
}

.footer-widgets .widget_recent_entries {}

.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widgets ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: dotted 1px #fff;
}

.footer-widgets ul li:last-child {
    border-bottom: none;
}

.footer-widgets ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.footer-widgets ul li a:hover,
.footer-widgets ul li:hover a {
    color: #fab526;
}


/**
 * Footer Site Info
 * -------------------------------------------------------------
 */

.site-info {
    text-align: center;
    width: 100%;
    margin: 40px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.site-info a {
    color: #fff;
}

.site-info .container {}


/***
====================================================================
## End CSS
====================================================================
***/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled] {
    cursor: default;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li&gt;ul,
li&gt;ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

/* Small menu. */
.container {
    width: 900px;
    margin: 0 auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
section.content-area {
    min-height: 480px;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1100px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .container {
        width: 95%;
    }
}

figure {
    margin: 0;
    padding: 10px;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

:root {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}</pre></body></html>