HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/themes/breadly/editor-style.css
/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*
 * Text link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */
a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

a:active {
  text-decoration: none;
}

figure {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

/* Base spacing for internal use */
/* Default transition */
/*
This file will be used both frontend and editor
Keep using :root for basic typography
*/
:root {
  --gtm--theme--font-size--2-xs: 0.6875em;
  --gtm--theme--font-size--xs: 0.75em;
  --gtm--theme--font-size--sm: 0.875em;
  --gtm--theme--font-size--md: 1em;
  --gtm--theme--font-size--lg: 1.125em;
  --gtm--theme--font-size--xl: 1.25em;
  --gtm--theme--font-size--2-xl: 1.375em;
  --gtm--theme--font-size--3-xl: 1.625em;
  --gtm--theme--font-size--4-xl: 2em;
  --gtm--theme--font-size--5-xl: 2.5625em;
  --gtm--theme--font-size--6-xl: 3.1875em;
  --gtm--theme--font-size--7-xl: 4em;
  --gtm--theme--font-size--8-xl: 4.5em;
}
@media (min-width: 0) and (max-width: 767.98px) {
  :root {
    --gtm--theme--font-size--md: 1em;
    --gtm--theme--font-size--lg: 1.0625em;
    --gtm--theme--font-size--xl: 1.1875em;
    --gtm--theme--font-size--2-xl: 1.424em;
    --gtm--theme--font-size--3-xl: 1.602em;
    --gtm--theme--font-size--4-xl: 1.802em;
    --gtm--theme--font-size--5-xl: 2.027em;
    --gtm--theme--font-size--6-xl: 2.281em;
  }
}

body {
  font-family: var(--gtm--font-family--body);
  font-weight: 300;
  font-size: 16px;
  line-height: var(--wp--custom--typography--line-height--normal);
  color: var(--wp--preset--color--secondary-text);
}

/* Heading style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--gtm--font-family--heading);
  line-height: 1.15;
  font-weight: 600;
  color: var(--wp--preset--color--primary-text);
  letter-spacing: -0.02em;
}

h1 {
  font-size: var(--gtm--theme--font-size--4-xl);
}

h2 {
  font-size: var(--gtm--theme--font-size--3-xl);
}

h3 {
  font-size: var(--gtm--theme--font-size--2-xl);
}

h4 {
  font-size: var(--gtm--theme--font-size--xl);
}

h5 {
  font-size: var(--gtm--theme--font-size--lg);
}

h6 {
  font-size: var(--gtm--theme--font-size--md);
}

textarea {
  line-height: 1.45;
}