/*
 Theme Name:   Surlang Pharmacy
 Theme URI:    https://chrisbryant.com/
 Description:  An Bricks child theme for Chris Bryant.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
  --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Oxygen, Ubuntu, Cantarell,
                 "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-system);
}